Skip to content

Commit

Permalink
fix: change font size
Browse files Browse the repository at this point in the history
  • Loading branch information
hye1ee committed Dec 28, 2023
1 parent f81a811 commit 078b815
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions packages/web/src/styles/text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ export const text = {
color: ${color};
`,
),
title1: style(15, 500),
title2: style(14, 500),
title3: style(13, 500),
subtitle: style(11, 500),
body: style(12, 500),
option1: style(10, 500),
option2: style(9, 500),
boldtitle1: style(14, 700),
boldtitle2: style(13, 700),
boldtitle3: style(12, 700),
boldtitle4: style(11, 700),
title1: style(18, 500),
title2: style(15, 500),
title3: style(14, 500),
subtitle: style(13, 500),
body: style(14, 500),
option1: style(12, 500),
option2: style(11, 500),
boldtitle1: style(20, 700),
boldtitle2: style(18, 700),
boldtitle3: style(14, 700),
boldtitle4: style(13, 700),
} as const;

0 comments on commit 078b815

Please sign in to comment.