Skip to content

Commit d3a62bc

Browse files
feat: change $confirmgreen-status to a darker color
1 parent a4ab31d commit d3a62bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scss/colors.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $brand-blue: #6CA3D9;
2020
$black-primary-light: #15181d !global;
2121
$mediumgray-primary-light: #3c4a54 !global;
2222
// darkmode
23-
//darkprimary
23+
//darkprimary
2424
$white-primary-dark: #fff !global;
2525
$mediumgray-primary-dark: #4c5966 !global;
2626

@@ -31,10 +31,10 @@ $darkgray-primary: #121619 !global;
3131

3232
// light indicators
3333
$errorred-status: #E52239 !global;
34-
$confirmgreen-status: #10cb6a !global;
34+
$confirmgreen-status: #01890f !global;
3535
$warningyellow-status: #F2AB30 !global;
3636

37-
// background and stroke
37+
// background and stroke
3838
$superlight-bs: #F2F5F6 !global;
3939
$lightgray-bs: #e8ebed !global;
4040
$mousegray-bs: #d5d8db !global;

0 commit comments

Comments
 (0)