fix(ui-variables): Add correct hexcode for @background-color-success

This commit is contained in:
Jackie Luo 2016-03-15 20:01:01 -07:00
parent e5e474569b
commit 8b1f443b1a

View file

@ -215,7 +215,7 @@ rgba(253,253,253,0.75) 100%);
//== Notifications
@background-color-info: @blue-light;
@background-color-success: #009ec4;
@background-color-success: #00ac6f;
@background-color-warning: #ff4800;
@background-color-error: #f15f4b;
@background-color-pending: #b4babd;