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 {
|
.status-bar {
|
||||||
background-color: var(--color-card-background);
|
background-color: var(--color-gray-3);
|
||||||
color: #e0e0e0;
|
color: var(--color-gray-9);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
Loading…
Reference in a new issue