Skip to content

Commit 16b3794

Browse files
committed
feat(elevation): update tokens
1 parent 96f5903 commit 16b3794

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Diff for: packages/paste-design-tokens/__tests__/__snapshots__/index.test.tsx.snap

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exports[`Design Tokens matches the Dark theme 1`] = `
1717
\\"color-background-warning-weakest\\": \\"rgb(64, 19, 15)\\",
1818
\\"color-background-inverse-strong\\": \\"rgb(57, 71, 98)\\",
1919
\\"color-background-new\\": \\"rgb(56, 14, 120)\\",
20-
\\"color-background-inverse-elevation\\": \\"rgb(25, 39, 62)\\",
20+
\\"color-background-inverse-elevation\\": \\"rgb(37, 57, 91)\\",
2121
\\"color-background-strong\\": \\"rgb(31, 48, 76)\\",
2222
\\"color-background-new-weakest\\": \\"rgb(18, 28, 45)\\",
2323
\\"color-background-destructive\\": \\"rgb(214, 31, 31)\\",
@@ -501,7 +501,7 @@ exports[`Design Tokens matches the Global theme 1`] = `
501501
\\"color-background-warning-weakest\\": \\"rgb(254, 245, 238)\\",
502502
\\"color-background-inverse-strong\\": \\"rgb(57, 71, 98)\\",
503503
\\"color-background-new\\": \\"rgb(245, 240, 252)\\",
504-
\\"color-background-inverse-elevation\\": \\"rgb(25, 39, 62)\\",
504+
\\"color-background-inverse-elevation\\": \\"rgb(37, 57, 91)\\",
505505
\\"color-background-strong\\": \\"rgb(225, 227, 234)\\",
506506
\\"color-background-new-weakest\\": \\"rgb(250, 247, 253)\\",
507507
\\"color-background-destructive\\": \\"rgb(214, 31, 31)\\",
@@ -985,7 +985,7 @@ exports[`Design Tokens matches the Sendgrid theme 1`] = `
985985
\\"color-background-warning-weakest\\": \\"rgb(254, 245, 238)\\",
986986
\\"color-background-inverse-strong\\": \\"rgb(57, 71, 98)\\",
987987
\\"color-background-new\\": \\"rgb(245, 240, 252)\\",
988-
\\"color-background-inverse-elevation\\": \\"rgb(25, 39, 62)\\",
988+
\\"color-background-inverse-elevation\\": \\"rgb(37, 57, 91)\\",
989989
\\"color-background-strong\\": \\"rgb(225, 227, 234)\\",
990990
\\"color-background-new-weakest\\": \\"rgb(250, 247, 253)\\",
991991
\\"color-background-destructive\\": \\"rgb(214, 31, 31)\\",

Diff for: packages/paste-design-tokens/tokens/global/background-color.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ props:
228228
value: "{!palette-gray-20}"
229229
comment: Elevation token for color-background-strong elements.
230230
color-background-inverse-elevation:
231-
value: "{!palette-gray-95}"
231+
value: "{!palette-gray-85}"
232232
comment: Elevation token for color-background-inverse elements.
233233
color-background-inverse-weak-elevation:
234234
value: "{!palette-gray-85}"

Diff for: packages/paste-design-tokens/tokens/themes/evergreen/global/background-color.yml

+3
Original file line numberDiff line numberDiff line change
@@ -189,3 +189,6 @@ props:
189189
color-background-inverse-stronger-elevation:
190190
value: "{!palette-gray-55}"
191191
comment: Elevation token for color-background-inverse-stronger elements.
192+
color-background-inverse-elevation:
193+
value: "{!palette-gray-95}"
194+
comment: Elevation token for color-background-inverse elements.

0 commit comments

Comments
 (0)