diff --git a/.config/ags/scss/_notifications.scss b/.config/ags/scss/_notifications.scss index 015e7837b..152ead0d9 100644 --- a/.config/ags/scss/_notifications.scss +++ b/.config/ags/scss/_notifications.scss @@ -27,11 +27,11 @@ } .notif-clicked-low { - background-color: $surfaceContainerLow; + background-color: $layer1Hover; } .notif-clicked-normal { - background-color: $surfaceContainerLow; + background-color: $layer1Hover; } .notif-clicked-critical {