Skip to content

Commit

Permalink
feat: update button styles
Browse files Browse the repository at this point in the history
  • Loading branch information
gershon committed Jun 28, 2024
1 parent 5d149df commit 611b03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const buttonVariants = cva(
lg: "h-12 px-4",
xl: "h-14 px-4 text-base",
icon: "h-12 w-12",
"icon-small": "rounded-xs h-8 w-8",
"icon-small": "h-8 w-8 rounded-xs",
},
},
defaultVariants: {
Expand Down

0 comments on commit 611b03c

Please sign in to comment.