Skip to content

Commit

Permalink
typo correction index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
youyyytrok authored Jan 18, 2025
1 parent d67d5c2 commit e94ef82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/src/components/base-org/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-gray-15 active:bg-gray-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 e94ef82

Please sign in to comment.