From ad2ff487f53b4ef511354a385319ea060617f261 Mon Sep 17 00:00:00 2001 From: Florian Hotze Date: Wed, 5 Apr 2023 22:01:06 +0200 Subject: [PATCH] Use CSS var instead of hard-coded color Signed-off-by: Florian Hotze --- bundles/org.openhab.ui/web/src/css/app.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/org.openhab.ui/web/src/css/app.styl b/bundles/org.openhab.ui/web/src/css/app.styl index 8b5f573c84..2f7d7ca505 100644 --- a/bundles/org.openhab.ui/web/src/css/app.styl +++ b/bundles/org.openhab.ui/web/src/css/app.styl @@ -287,7 +287,7 @@ html user-drag none .failure-toast - background-color #e64a19 !important + background-color var(--f7-theme-color) !important font-size 22px !important --f7-toast-text-color white --f7-button-text-color white