Fix contrast in buttons to execute dashboard actions
The colors we were using didn't meet the minimum contrast required for UI elements.
This commit is contained in:
@@ -150,12 +150,12 @@
|
||||
|
||||
.checked-link {
|
||||
@include has-fa-icon(check, solid);
|
||||
color: $check;
|
||||
color: $color-success;
|
||||
}
|
||||
|
||||
.unchecked-link {
|
||||
@include has-fa-icon(square, regular);
|
||||
color: $border;
|
||||
color: $dark-gray;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user