fix button not changing colour

This commit is contained in:
SethBurkart123
2023-11-28 17:30:31 +11:00
parent d78a6ed1d3
commit e3b381f85e
+1 -1
View File
@@ -68,7 +68,6 @@ html {
[style="background-color: rgb(255, 255, 255);"] { [style="background-color: rgb(255, 255, 255);"] {
color: black; color: black;
} }
.pillbox { .pillbox {
border-radius: 1rem; border-radius: 1rem;
overflow: clip; overflow: clip;
@@ -86,6 +85,7 @@ html {
&.depressed { &.depressed {
height: auto !important; height: auto !important;
color: var(--text-primary) !important; color: var(--text-primary) !important;
background: var(--background-secondary) !important;
} }
} }
} }