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,
.fab,
.raised {
color: var(--main-text);
background-color: var(--second-background);
color: var(--main-text) !important;
background-color: var(--second-background) !important;
}
.paper-icon-button-light:hover:not(:disabled),