Skip to content

Commit

Permalink
design: 메인 페이지 버튼 변경 (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
1g2g authored Dec 3, 2023
1 parent 9174f3c commit 6647ca3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/pages/MainPage/MainPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ export const MainPage = () => {

const MAIN_PAGE_BUTTON_PROP = {
width: '100%',
height: '3.5rem',
fontSize: `${theme.FONT_SIZE.LG}`,
height: '2.5rem',
fontSize: `${theme.FONT_SIZE.MD}`,
fontWeight: theme.FONT_WEIGHT.BOLD,
lineHeight: 0,
textColor: `${theme.PALETTE.RED_400}`,
Expand Down
5 changes: 2 additions & 3 deletions src/pages/MainPage/skeletons/MainPageSkeleton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ export const MainPageSkeleton = () => {

const MAIN_PAGE_BUTTON_PROP = {
width: '100%',
height: '3.5rem',
text: '더보기',
fontSize: `${theme.FONT_SIZE.LG}`,
height: '2.5rem',
fontSize: `${theme.FONT_SIZE.MD}`,
fontWeight: theme.FONT_WEIGHT.BOLD,
lineHeight: 0,
textColor: `${theme.PALETTE.RED_400}`,
Expand Down

0 comments on commit 6647ca3

Please sign in to comment.