Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
futreall authored Feb 23, 2025
1 parent 62049df commit ba09906
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/base-docs/docs/components/Button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const variantStyles: Record<ButtonVariants, string> = {
[ButtonVariants.Primary]:
'bg-blue text-white border border-blue hover:bg-blue-80 active:bg-[#06318E]',

// White buton
// White button
[ButtonVariants.Secondary]:
'bg-white border border-white text-palette-foreground hover:bg-zinc-15 active:bg-zinc-30',

Expand All @@ -32,15 +32,15 @@ const sizeStyles: Record<ButtonSizes, string> = {
// Blue button
[ButtonSizes.Medium]: 'text-md px-4 py-2 gap-3',

// White buton
// White button
[ButtonSizes.Large]: 'text-lg px-6 py-4 gap-5',
};

const sizeIconRatio: Record<ButtonSizes, string> = {
// Blue button
[ButtonSizes.Medium]: '0.75rem',

// White buton
// White button
[ButtonSizes.Large]: '1rem',
};

Expand Down

0 comments on commit ba09906

Please sign in to comment.