style: Improve audio selection button icons/text contrast

They were white on not-quite-white before in light mode. Now the button
contents can be seem more easily.

See <https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/8236>

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3665>
This commit is contained in:
Laria Carolin Chabowski 2025-03-07 21:57:48 +01:00 committed by Marge Bot
parent 4d31912fa5
commit 32bff01780

View File

@ -158,7 +158,7 @@
// styled similar to switcher-popup
.audio-selection-device {
@include tile_button($fg:$osd_fg_color, $bg:$osd_bg_color);
@include tile_button($fg:$fg_color, $bg:$bg_color, $system:false);
.audio-selection-device-box {
padding: $base_padding * 2;