Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
indaviande committed Dec 16, 2024
1 parent eef001e commit 86391fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/primitives/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const buttonStyles = tv(
hype: "text-main-1 bg-accent-11 active:bg-accent-10",
},
size: {
xs: "px-sm py-xs gap-sm text-xs",
xs: "px-sm py-sm gap-sm text-xs",
sm: "px-sm py-md gap-sm text-sm",
md: "px-md py-md gap-sm text-base",
lg: "px-lg py-lg gap-sm text-lg",
Expand Down

0 comments on commit 86391fb

Please sign in to comment.