From e94ef821b3f99086878b1a9b71151c6c2c8a57e6 Mon Sep 17 00:00:00 2001 From: youyyytrok Date: Sat, 18 Jan 2025 14:16:14 +0300 Subject: [PATCH] typo correction index.tsx --- apps/web/src/components/base-org/Button/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/components/base-org/Button/index.tsx b/apps/web/src/components/base-org/Button/index.tsx index 78a7eeb647a..928a4c1dff3 100644 --- a/apps/web/src/components/base-org/Button/index.tsx +++ b/apps/web/src/components/base-org/Button/index.tsx @@ -19,7 +19,7 @@ const variantStyles: Record = { [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', @@ -32,7 +32,7 @@ const sizeStyles: Record = { // 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', }; @@ -40,7 +40,7 @@ const sizeIconRatio: Record = { // Blue button [ButtonSizes.Medium]: '0.75rem', - // White buton + // White button [ButtonSizes.Large]: '1rem', };