From 43ec38b80c9e469487d9adab396165e6224c63c7 Mon Sep 17 00:00:00 2001 From: Adam Perkowski Date: Fri, 7 Mar 2025 22:39:46 +0100 Subject: [PATCH] fix: incorrect raised colors for some buttons --- themes/theme.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/theme.css b/themes/theme.css index 2138a6a..4e94dae 100644 --- a/themes/theme.css +++ b/themes/theme.css @@ -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),