Skip to content

Commit

Permalink
Merge pull request #176 from lunit-io/DS-191-grey-color
Browse files Browse the repository at this point in the history
[DS-191] Grey color 추가&수정
  • Loading branch information
Jiyeon-lunit authored Jun 17, 2024
2 parents b056059 + 1ba6234 commit ee0d7c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/design-system/src/foundation/colors/base/grey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ export const grey = {
5: "#FAFAFB",
10: "#F1F1F4",
15: "#DFDFE2",
20: "#C6C6C8",
20: "#CFCFD1",
25: "#C0C0C2",
30: "#AFAFB1",
40: "#99999B",
50: "#747477",
Expand All @@ -23,6 +24,7 @@ export const greyText = {
10: grey[95],
15: grey[95],
20: grey[95],
25: grey[95],
30: grey[95],
40: grey[95],
50: grey[5],
Expand Down

0 comments on commit ee0d7c3

Please sign in to comment.