From 3f1727ad045df206f479afd8ae54fb2cdc0c4c8f Mon Sep 17 00:00:00 2001 From: yougyung Date: Thu, 28 Mar 2024 21:29:03 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20md=ED=81=AC=EA=B8=B0=EC=9D=98=20font-siz?= =?UTF-8?q?e=20=ED=91=9C=EA=B8=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/ui/view/atom/button/button.stories.tsx | 1 - app/ui/view/atom/button/button.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/ui/view/atom/button/button.stories.tsx b/app/ui/view/atom/button/button.stories.tsx index 3e0ed3d7..dbb08050 100644 --- a/app/ui/view/atom/button/button.stories.tsx +++ b/app/ui/view/atom/button/button.stories.tsx @@ -1,4 +1,3 @@ -import React from 'react'; import type { Meta, StoryObj } from '@storybook/react'; import Button from './button'; diff --git a/app/ui/view/atom/button/button.tsx b/app/ui/view/atom/button/button.tsx index 9b2a43ad..e2c00088 100644 --- a/app/ui/view/atom/button/button.tsx +++ b/app/ui/view/atom/button/button.tsx @@ -25,7 +25,7 @@ export const ButtonVariants = cva(`flex justify-center items-center`, { default: '', xs: 'px-5 py-2.5 text-sm font-medium leading-5', sm: 'px-10 py-2.5 text-xs font-medium leading-3', - md: 'px-20 py-4 text-md font-medium leading-3', + md: 'px-20 py-4 text-base font-medium leading-3', lg: 'px-28 py-4 text-2xl font-medium leading-9', }, },