Skip to content

Commit

Permalink
fix: md크기의 font-size 표기 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
yougyung committed Mar 28, 2024
1 parent b8a1c06 commit 3f1727a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/ui/view/atom/button/button.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import type { Meta, StoryObj } from '@storybook/react';
import Button from './button';

Expand Down
2 changes: 1 addition & 1 deletion app/ui/view/atom/button/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
},
Expand Down

0 comments on commit 3f1727a

Please sign in to comment.