Skip to content

Commit

Permalink
๐Ÿ”จ settings: button1 Medium ํฐํŠธ Typography ์ถ”๊ฐ€ #15
Browse files Browse the repository at this point in the history
  • Loading branch information
froggy1014 committed Aug 6, 2024
1 parent d4b473e commit 200a468
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/styles/theme/typography.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,14 @@ export const TYPOGRAPHY = {
letterSpacing: "0",
},
},
BUTTON1_MEDIUM: {
FONT_SIZE: "16px",
OPTIONS: {
fontWeight: 500,
lineHeight: "1.2",
letterSpacing: "0",
},
},
BUTTON2_MEDIUM: {
FONT_SIZE: "14px",
OPTIONS: {
Expand Down
4 changes: 4 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ const config: Config = {
TYPOGRAPHY.CAPTION2_MEDIUM.FONT_SIZE,
TYPOGRAPHY.CAPTION2_MEDIUM.OPTIONS,
],
"button1-medium": [
TYPOGRAPHY.BUTTON1_MEDIUM.FONT_SIZE,
TYPOGRAPHY.BUTTON1_MEDIUM.OPTIONS,
],
"button1-semi": [
TYPOGRAPHY.BUTTON1_SEMIBOLD.FONT_SIZE,
TYPOGRAPHY.BUTTON1_SEMIBOLD.OPTIONS,
Expand Down

0 comments on commit 200a468

Please sign in to comment.