feat(Ziro): add background color changes (#790)

This commit is contained in:
CharlieS1103 2022-07-04 07:10:39 -06:00 committed by GitHub
parent 2059f609cc
commit 8410f0a997
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
.main-actionBarBackground-background { .main-actionBarBackground-background {
display: none; display: none;
} }
.main-topBar-overlay { .main-topBar-overlay, .main-view-container, .Root__nav-bar{
background-color: var(--spice-main); background-color: var(--spice-main);
} }
.main-topBar-background { .main-topBar-background {