Skip to content

Commit

Permalink
[DST-364]feat: update sunken token color in both themes (#3760)
Browse files Browse the repository at this point in the history
feat: update sunken token color in both themes
  • Loading branch information
sarahgm authored Feb 23, 2024
1 parent 916c40e commit dc52df4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions themes/theme-b2b/src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ export const colors = {
surface: {
DEFAULT: white,
raised: white, // used e.g. card
overlay: white, // used e.g. calendar
sunken: gray[600],
overlay: white, // used e.g. popover
sunken: gray[100],
},
},

Expand Down
2 changes: 1 addition & 1 deletion themes/theme-core/src/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export const colors = {
DEFAULT: gray[100],
raised: gray[50],
overlay: gray[50],
sunken: gray[900],
sunken: gray[200],
},
},

Expand Down

0 comments on commit dc52df4

Please sign in to comment.