fixed dark theme color
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
393d089229
commit
abd1fd3efb
3 changed files with 18 additions and 15 deletions
|
|
@ -13,7 +13,6 @@
|
|||
|
||||
&--alert {
|
||||
background-color: var(--bg-positive);
|
||||
& .text { color: white }
|
||||
}
|
||||
|
||||
&:empty {
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@
|
|||
@extend .room-selector-flexItem;
|
||||
margin: 0 var(--sp-extra-tight);
|
||||
|
||||
color: var(--tc-surface-normal);
|
||||
color: var(--tc-surface-normal-low);
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue