Skip to content

Commit

Permalink
fix(design-token): design token의 변경사항을 반영합니다. (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jungwoo3490 authored Sep 19, 2024
1 parent 0de2cab commit 005180c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .changeset/nasty-lies-try.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@setaday/design-token": patch
---

key color 변경 & font letterSpacing 변경
2 changes: 1 addition & 1 deletion packages/design-token/src/color.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const color = {
key: "#3875EC",
key: "#4F8FF6",
white: "#FFFFFF",
black: "#000000",

Expand Down
12 changes: 6 additions & 6 deletions packages/design-token/src/font.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ const font = {
'body5_m_14': ['1.4rem', { lineHeight: 'auto', letterSpacing: '0px', fontWeight: '500', fontFamily: 'DM Sans'}],
'body6_m_12': ['1.2rem', { lineHeight: 'auto', letterSpacing: '0px', fontWeight: '500', fontFamily: 'DM Sans'}],
'button2_sb_20': ['2rem', { lineHeight: '140%', letterSpacing: '-0.5px', fontWeight: '600', fontFamily: 'Pretendard'}],
'head2_sb_18': ['1.8rem', { lineHeight: '140%', letterSpacing: '-1px', fontWeight: '600', fontFamily: 'Pretendard'}],
'head2_sb_18': ['1.8rem', { lineHeight: '140%', letterSpacing: '-0.18px', fontWeight: '600', fontFamily: 'Pretendard'}],
'button1_sb_18': ['1.8rem', { lineHeight: '140%', letterSpacing: '-0.5px', fontWeight: '600', fontFamily: 'Pretendard'}],
'title1_sb_16': ['1.6rem', { lineHeight: '140%', letterSpacing: '-0.2px', fontWeight: '600', fontFamily: 'Pretendard'}],
'body7_m_16': ['1.6rem', { lineHeight: '140%', letterSpacing: '-1px', fontWeight: '500', fontFamily: 'Pretendard'}],
'caption1_m_12': ['1.2rem', { lineHeight: 'auto', letterSpacing: '-0px', fontWeight: '500', fontFamily: 'Pretendard'}],
'body8_m_14': ['1.4rem', { lineHeight: 'auto', letterSpacing: '-1.5px', fontWeight: '500', fontFamily: 'Pretendard'}],
'body9_sb_14': ['1.4rem', { lineHeight: 'auto', letterSpacing: '-2px', fontWeight: '600', fontFamily: 'Pretendard'}],
'title1_sb_16': ['1.6rem', { lineHeight: '140%', letterSpacing: '-0.032px', fontWeight: '600', fontFamily: 'Pretendard'}],
'body7_m_16': ['1.6rem', { lineHeight: '140%', letterSpacing: '-0.16px', fontWeight: '500', fontFamily: 'Pretendard'}],
'caption1_m_12': ['1.2rem', { lineHeight: 'auto', letterSpacing: '0px', fontWeight: '500', fontFamily: 'Pretendard'}],
'body8_m_14': ['1.4rem', { lineHeight: 'auto', letterSpacing: '-0.21px', fontWeight: '500', fontFamily: 'Pretendard'}],
'body9_sb_14': ['1.4rem', { lineHeight: 'auto', letterSpacing: '-0.28px', fontWeight: '600', fontFamily: 'Pretendard'}],
};

export default font;

0 comments on commit 005180c

Please sign in to comment.