We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4ab31d commit d3a62bcCopy full SHA for d3a62bc
scss/colors.scss
@@ -20,7 +20,7 @@ $brand-blue: #6CA3D9;
20
$black-primary-light: #15181d !global;
21
$mediumgray-primary-light: #3c4a54 !global;
22
// darkmode
23
- //darkprimary
+ //darkprimary
24
$white-primary-dark: #fff !global;
25
$mediumgray-primary-dark: #4c5966 !global;
26
@@ -31,10 +31,10 @@ $darkgray-primary: #121619 !global;
31
32
// light indicators
33
$errorred-status: #E52239 !global;
34
-$confirmgreen-status: #10cb6a !global;
+$confirmgreen-status: #01890f !global;
35
$warningyellow-status: #F2AB30 !global;
36
37
-// background and stroke
+// background and stroke
38
$superlight-bs: #F2F5F6 !global;
39
$lightgray-bs: #e8ebed !global;
40
$mousegray-bs: #d5d8db !global;
0 commit comments