From 4bf2adb4b97d07a7d367fabd05a97e94ed8ddb67 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 8 Apr 2021 21:03:59 +0200 Subject: [PATCH] theme: App group styling * Use the same style as the dash. Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4002 Part-of: --- data/theme/gnome-shell-sass/widgets/_app-grid.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell-sass/widgets/_app-grid.scss b/data/theme/gnome-shell-sass/widgets/_app-grid.scss index 4b6496abc..626925ab6 100644 --- a/data/theme/gnome-shell-sass/widgets/_app-grid.scss +++ b/data/theme/gnome-shell-sass/widgets/_app-grid.scss @@ -34,7 +34,7 @@ $app_grid_fg_color: #fff; /* App Folders */ .app-well-app.app-folder { - background-color: darken($system_bg_color, 3%); + background-color: $dash_background_color; border-radius: $base_border_radius + 4px; // same as %icon_tile }