fix: incorrect raised colors for some buttons

This commit is contained in:
Adam Perkowski
2025-03-07 22:39:46 +01:00
parent f5b66780ae
commit 43ec38b80c
+2 -2
View File
@@ -96,8 +96,8 @@ html {
.toast, .toast,
.fab, .fab,
.raised { .raised {
color: var(--main-text); color: var(--main-text) !important;
background-color: var(--second-background); background-color: var(--second-background) !important;
} }
.paper-icon-button-light:hover:not(:disabled), .paper-icon-button-light:hover:not(:disabled),