Fix notifications for GNOME 46

This commit is contained in:
Dario Zarcone 2024-03-28 00:07:19 +01:00
parent 6cf7ea0237
commit 714adbfbe4
2 changed files with 0 additions and 2 deletions

View file

@ -4,7 +4,6 @@
color: $text-secondary;
background-color: $fill;
border-radius: $base_radius;
border: none;
box-shadow: none;
text-shadow: none;

View file

@ -8,7 +8,6 @@
border-radius: $base_radius;
color: $text-secondary;
background-color: $popover;
border: none;
text-shadow: none;
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
border-radius: $menu_radius;