fixed dark theme color

Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
Ajay Bura 2021-09-25 18:18:58 +05:30
parent 393d089229
commit abd1fd3efb
3 changed files with 18 additions and 15 deletions

View file

@ -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;