style: Increase quick items' height

As per design feedback, increase it to 48px height, so as to give
items more room for the subtitles.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2619>
This commit is contained in:
Georges Basile Stavracas Neto 2023-02-04 10:01:34 -03:00
parent 1619b8f95d
commit 88dcf695c0

View File

@ -16,7 +16,7 @@
border-radius: 99px;
min-width: 12em;
max-width: 12em;
min-height: 40px;
min-height: 48px;
border:none;
&:checked { @include button(default, $c:$selected_bg_color); }