File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ export default {
4
4
// BACKGROUND
5
5
$backgroundDefault : colorsPalette . white ,
6
6
$backgroundElevated : colorsPalette . white ,
7
+ $backgroundElevatedLight : colorsPalette . white ,
7
8
$backgroundNeutralHeavy : colorsPalette . grey20 ,
8
9
$backgroundNeutralIdle : colorsPalette . grey40 ,
9
10
$backgroundNeutralMedium : colorsPalette . grey60 ,
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ export default {
4
4
// BACKGROUND
5
5
$backgroundDefault : colorsPalette . dark ,
6
6
$backgroundElevated : colorsPalette . grey1 ,
7
+ $backgroundElevatedLight : colorsPalette . grey10 ,
7
8
$backgroundNeutralHeavy : colorsPalette . grey50 ,
8
9
$backgroundNeutralIdle : colorsPalette . grey30 ,
9
10
$backgroundNeutralMedium : colorsPalette . grey10 ,
You can’t perform that action at this time.
0 commit comments