theme: App group styling

* Use the same style as the dash.

Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4002

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1800>
This commit is contained in:
Jakub Steiner 2021-04-08 21:03:59 +02:00 committed by Marge Bot
parent 401b584384
commit 4bf2adb4b9

View File

@ -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
}