style: Fix fg color of user icon on dialogs

- use regular fg_color instead of OSD style

Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/8151
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3596>
This commit is contained in:
Sam Hewitt 2025-01-14 11:29:49 -03:30 committed by Marge Bot
parent 4e6de4e64b
commit 481625972b

View File

@ -10,15 +10,15 @@
border-radius: $forced_circular_radius;
icon-size: $base_icon_size * 4;
background-color: transparentize($osd_fg_color,0.95);
color: $osd_fg_color;
background-color: transparentize($fg_color,0.95);
color: $fg_color;
& StIcon {
padding: $base_padding * 2;
}
&.user-avatar {
box-shadow:inset 0 0 0 1px transparentize($osd_fg_color, 0.9);
box-shadow:inset 0 0 0 1px transparentize($fg_color, 0.9);
@if $contrast == 'high' {
@include draw_hc_inset();