File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ export default {
20
20
$backgroundWarningHeavy : colorsPalette . yellow30 ,
21
21
$backgroundWarning : colorsPalette . yellow70 ,
22
22
$backgroundMajor : colorsPalette . orange80 ,
23
+ $backgroundMajorHeavy : colorsPalette . orange30 ,
23
24
$backgroundDangerHeavy : colorsPalette . red30 ,
24
25
$backgroundDanger : colorsPalette . red80 ,
25
26
$backgroundDisabled : colorsPalette . grey50 ,
@@ -67,6 +68,7 @@ export default {
67
68
$outlineGeneral : colorsPalette . blue30 ,
68
69
$outlineWarning : colorsPalette . yellow30 ,
69
70
$outlineDanger : colorsPalette . red30 ,
71
+ $outlineInverted : colorsPalette . white ,
70
72
71
73
// DIVIDER
72
74
$dividerDefault : colorsPalette . grey60
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ export default {
20
20
$backgroundWarningHeavy : colorsPalette . yellow40 ,
21
21
$backgroundWarning : colorsPalette . yellow5 ,
22
22
$backgroundMajor : colorsPalette . orange1 ,
23
+ $backgroundMajorHeavy : colorsPalette . orange40 ,
23
24
$backgroundDangerHeavy : colorsPalette . red40 ,
24
25
$backgroundDanger : colorsPalette . red1 ,
25
26
$backgroundDisabled : colorsPalette . grey20 ,
@@ -67,6 +68,7 @@ export default {
67
68
$outlineGeneral : colorsPalette . blue50 ,
68
69
$outlineWarning : colorsPalette . yellow40 ,
69
70
$outlineDanger : colorsPalette . red40 ,
71
+ $outlineInverted : colorsPalette . grey10 ,
70
72
71
73
// DIVIDER
72
74
$dividerDefault : colorsPalette . grey10
You can’t perform that action at this time.
0 commit comments