Skip to content

Commit

Permalink
TextDecorationControl, TextTransformControl: Remove size prop in Stor…
Browse files Browse the repository at this point in the history
…ybook
  • Loading branch information
mirka committed Aug 16, 2024
1 parent c459a7b commit dbb1708
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ export default {
component: TextDecorationControl,
argTypes: {
onChange: { action: 'onChange' },
size: {
options: [ 'default', '__unstable-large' ],
control: { type: 'radio' },
},
},
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ export default {
component: TextTransformControl,
argTypes: {
onChange: { action: 'onChange' },
size: {
options: [ 'default', '__unstable-large' ],
control: { type: 'radio' },
},
},
};

Expand Down

0 comments on commit dbb1708

Please sign in to comment.