fix contrast issue
when badges with and without highlighted state have a very different brightness (as they might do in dark mode), hardcoding the fg color of a badge independent of it's highlighted state to $accent-fg-color doesn't work well, so add an extra SASS variable we can reassign to something more specific in the custom theme
This commit is contained in:
parent
c1edd6d0b5
commit
15b7a5af31
4 changed files with 6 additions and 2 deletions
|
@ -48,6 +48,7 @@ $roomsublist-background: var(--roomlist-background-color);
|
|||
$secondary-accent-color: var(--roomlist-background-color);
|
||||
$selected-color: var(--roomlist-background-color);
|
||||
$widget-menu-bar-bg-color: var(--roomlist-background-color);
|
||||
$roomtile-badge-fg-color: var(--roomlist-background-color);
|
||||
//
|
||||
// --timeline-text-color
|
||||
$message-action-bar-fg-color: var(--timeline-text-color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue