style: Use privacy_indicator_color in overview for screen sharing indicator

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2859>
This commit is contained in:
Brendan William 2023-08-04 22:44:15 -07:00 committed by Marge Bot
parent b6658cd2b7
commit b0ed63083b

View File

@ -116,7 +116,7 @@ $panel_transition_duration: 250ms; // same as the overview transition duration
}
&.screen-sharing-indicator {
@include panel_button($warning_color, transparentize(black, 0.2), $flat: false);
@include panel_button($privacy_indicator_color, $flat: false);
}
}
}