Skip to content

Commit

Permalink
fix: remove icon button variant to be replaced by dedicated component
Browse files Browse the repository at this point in the history
  • Loading branch information
ergusto committed Oct 27, 2023
1 parent d1049ac commit b1d77c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ const buttonVariants = cva(
md: 'p-2.5 text-sm',
sm: 'px-2.5 py-2 text-sm',
xs: 'px-2 py-2.5 text-xs',
icon: 'px-1.5 py-2'
}
},
defaultVariants: {
Expand Down
2 changes: 1 addition & 1 deletion stories/Button/Button.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const meta = {
},
size: {
control: 'radio',
options: ['icon', 'xs', 'sm', 'md', 'lg']
options: ['xs', 'sm', 'md', 'lg']
},
asChild: {
table: {
Expand Down

0 comments on commit b1d77c2

Please sign in to comment.