fix status bar colors
This commit is contained in:
parent
5c6f7a391b
commit
17bd0eec30
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
.status-bar {
|
||||
background-color: var(--color-card-background);
|
||||
color: #e0e0e0;
|
||||
background-color: var(--color-gray-3);
|
||||
color: var(--color-gray-9);
|
||||
position: fixed;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
|
|
Loading…
Reference in a new issue