From 420171ed93b4be4fd455b6a0a4c20b71b06b130f Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 25 Feb 2025 17:55:43 +1100 Subject: scheme: use success/error colours --- scss/popdowns/notifications.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scss/popdowns') diff --git a/scss/popdowns/notifications.scss b/scss/popdowns/notifications.scss index b8802d2..b328a7c 100644 --- a/scss/popdowns/notifications.scss +++ b/scss/popdowns/notifications.scss @@ -37,8 +37,8 @@ } &.critical { - @include lib.border(scheme.$red, 0.8); - @include popup(scheme.$red); + @include lib.border(scheme.$error, 0.8); + @include popup(scheme.$error); } } -- cgit v1.2.3-freya