Skip to content

Commit

Permalink
feat: add new color - grey25
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiyeon-lunit committed Jun 17, 2024
1 parent 441cbc5 commit 1ba6234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/design-system/src/foundation/colors/base/grey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const grey = {
10: "#F1F1F4",
15: "#DFDFE2",
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 1ba6234

Please sign in to comment.