Improve readability of badges and pills (#12360)
* Improve readability of badges and pills Badges will now always use light theme colors so that they become white-on-gray in both themes, and the contrast of pills has been increased so that they use primary action colors as the background. * Fix tests
This commit is contained in:
parent
ea3fff2d2f
commit
a0795c7518
16 changed files with 33 additions and 22 deletions
|
@ -125,6 +125,7 @@ $reaction-row-button-selected-bg-color: var(
|
|||
$menu-selected-color: var(--menu-selected-color, $menu-selected-color);
|
||||
$pill-bg-color: var(--other-user-pill-bg-color, $pill-bg-color);
|
||||
$pill-hover-bg-color: var(--other-user-pill-bg-color, $pill-hover-bg-color);
|
||||
$pill-press-bg-color: var(--other-user-pill-bg-color, $pill-press-bg-color);
|
||||
$icon-button-color: var(--icon-button-color, $icon-button-color);
|
||||
|
||||
$strong-input-border-color: var(--strong-input-border-color, $strong-input-border-color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue