mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-24 08:04:11 +08:00
fix(ui-variables): Add correct hexcode for @background-color-success
This commit is contained in:
parent
e5e474569b
commit
8b1f443b1a
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ rgba(253,253,253,0.75) 100%);
|
||||||
|
|
||||||
//== Notifications
|
//== Notifications
|
||||||
@background-color-info: @blue-light;
|
@background-color-info: @blue-light;
|
||||||
@background-color-success: #009ec4;
|
@background-color-success: #00ac6f;
|
||||||
@background-color-warning: #ff4800;
|
@background-color-warning: #ff4800;
|
||||||
@background-color-error: #f15f4b;
|
@background-color-error: #f15f4b;
|
||||||
@background-color-pending: #b4babd;
|
@background-color-pending: #b4babd;
|
||||||
|
|
Loading…
Reference in a new issue