fix: improve contrast on badge icon
This commit is contained in:
parent
519da06d32
commit
c088c35271
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@ $base-overlay-background: $color8;
|
|||
@import 'application';
|
||||
|
||||
// Change the color of button texts to improve a11y
|
||||
.button, .simple_form button, .simple_form .button, .simple_form .block-button {
|
||||
.button, .simple_form button, .simple_form .button, .simple_form .block-button, .icon-with-badge__badge {
|
||||
color: #141414;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue