Change theme color

This commit is contained in:
2022-01-04 13:57:47 +08:00
parent b312b2e57b
commit 28d6870a84
7 changed files with 54 additions and 11 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ view.status-bar {
display: flex;
position: fixed;
justify-content: space-between;
background-color: #F8F8F8;
background-color: $theme-color-light-layout;
view.select {
flex: 1;
@@ -111,7 +111,7 @@ view.status-bar-blank {
}
view.status-bar {
background-color: #191919;
background-color: $theme-color-dark-layout;
view.select image {
filter: $white-filter;