Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BorderBoxControl: Refactor stories to TypeScript and Controls #45002

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove extraneous default args from main story
aaronrobertshaw committed Oct 25, 2022
commit 827ec9bf9b81a8948c9995cc9f3cdf0e5e6c2872
5 changes: 0 additions & 5 deletions packages/components/src/border-box-control/stories/index.tsx
Original file line number Diff line number Diff line change
@@ -89,9 +89,4 @@ export const Default = Template.bind( {} );
Default.args = {
colors,
label: 'Borders',
disableCustomColors: false,
enableAlpha: true,
enableStyle: true,
size: 'default',
popoverPlacement: 'right-start',
};