diff --git a/src/sass/gnome-shell/common/_notifications.scss b/src/sass/gnome-shell/common/_notifications.scss index eab42150..4c4391ea 100644 --- a/src/sass/gnome-shell/common/_notifications.scss +++ b/src/sass/gnome-shell/common/_notifications.scss @@ -33,8 +33,8 @@ } .notification-button { - min-height: 40px; - padding: 0 16px; + min-height: $medium_size; + padding: 0 $base_padding * 2; background-color: transparent; color: $alt_fg_color; font-weight: 500; diff --git a/src/sass/gnome-shell/widgets-46-0/_notifications.scss b/src/sass/gnome-shell/widgets-46-0/_notifications.scss index ed421ca8..ca6070f5 100644 --- a/src/sass/gnome-shell/widgets-46-0/_notifications.scss +++ b/src/sass/gnome-shell/widgets-46-0/_notifications.scss @@ -26,8 +26,8 @@ $notification_banner_width: 34em; } .notification-button { - min-height: 40px; - padding: 0 16px; + min-height: $medium_size; + padding: 0 $base_padding * 2; background-color: $fill_color; color: $alt_fg_color; font-weight: 500; diff --git a/src/sass/gnome-shell/widgets-48-0/_notifications.scss b/src/sass/gnome-shell/widgets-48-0/_notifications.scss index 5852500b..e7e77669 100644 --- a/src/sass/gnome-shell/widgets-48-0/_notifications.scss +++ b/src/sass/gnome-shell/widgets-48-0/_notifications.scss @@ -23,8 +23,8 @@ $notification_banner_width: 34em; } .notification-button { - min-height: 40px; - padding: 0 16px; + min-height: $medium_size; + padding: 0 $base_padding * 2; background-color: $fill_color; color: $alt_fg_color; font-weight: 500;