From 630885daab9bae4ed8fd911fee1b51e4241f7bd7 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Fri, 7 Mar 2025 19:42:14 +1100 Subject: update for scheme refactor --- 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 b328a7c..e992f50 100644 --- a/scss/popdowns/notifications.scss +++ b/scss/popdowns/notifications.scss @@ -32,8 +32,8 @@ } &.normal { - @include lib.border(scheme.$accent, 0.3); - @include popup(scheme.$accent); + @include lib.border(scheme.$primary, 0.3); + @include popup(scheme.$primary); } &.critical { -- cgit v1.2.3-freya