File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ export default {
39
39
$textPrimary : colorsPalette . violet30 ,
40
40
$textGeneral : colorsPalette . blue30 ,
41
41
$textSuccess : colorsPalette . green10 ,
42
+ $textSuccessLight : colorsPalette . green30 ,
42
43
$textMajor : colorsPalette . orange10 ,
43
44
$textDanger : colorsPalette . red10 ,
44
45
$textDangerLight : colorsPalette . red30 ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import {colorsPalette} from './colorsPalette';
3
3
export default {
4
4
// BACKGROUND
5
5
$backgroundDefault : colorsPalette . dmBlack ,
6
- $backgroundElevated : colorsPalette . grey10 ,
6
+ $backgroundElevated : colorsPalette . grey1 ,
7
7
$backgroundNeutralHeavy : colorsPalette . grey50 ,
8
8
$backgroundNeutralIdle : colorsPalette . grey30 ,
9
9
$backgroundNeutralMedium : colorsPalette . grey10 ,
@@ -39,6 +39,7 @@ export default {
39
39
$textPrimary : colorsPalette . violet50 ,
40
40
$textGeneral : colorsPalette . blue50 ,
41
41
$textSuccess : colorsPalette . green60 ,
42
+ $textSuccessLight : colorsPalette . green40 ,
42
43
$textMajor : colorsPalette . orange60 ,
43
44
$textDanger : colorsPalette . red60 ,
44
45
$textDangerLight : colorsPalette . red40 ,
You can’t perform that action at this time.
0 commit comments