Skip to content

Commit fb3843a

Browse files
authored
add backgroundElevatedLight token (#2301)
1 parent 74f4cfc commit fb3843a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/style/designTokens.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export default {
44
// BACKGROUND
55
$backgroundDefault: colorsPalette.white,
66
$backgroundElevated: colorsPalette.white,
7+
$backgroundElevatedLight: colorsPalette.white,
78
$backgroundNeutralHeavy: colorsPalette.grey20,
89
$backgroundNeutralIdle: colorsPalette.grey40,
910
$backgroundNeutralMedium: colorsPalette.grey60,

src/style/designTokensDM.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export default {
44
// BACKGROUND
55
$backgroundDefault: colorsPalette.dark,
66
$backgroundElevated: colorsPalette.grey1,
7+
$backgroundElevatedLight: colorsPalette.grey10,
78
$backgroundNeutralHeavy: colorsPalette.grey50,
89
$backgroundNeutralIdle: colorsPalette.grey30,
910
$backgroundNeutralMedium: colorsPalette.grey10,

0 commit comments

Comments
 (0)