ava: Restyle the Status Bar (#4048)

This commit is contained in:
Ac_K
2022-12-09 15:21:54 +01:00
committed by GitHub
parent b283a4adcd
commit cf01664698
3 changed files with 21 additions and 17 deletions

View File

@@ -161,6 +161,7 @@
<Style Selector="MenuItem">
<Setter Property="Height" Value="{DynamicResource MenuItemHeight}" />
<Setter Property="Padding" Value="{DynamicResource MenuItemPadding}" />
<Setter Property="FontSize" Value="12" />
</Style>
<Style Selector="MenuItem:selected /template/ Border#root">
<Setter Property="Background" Value="{DynamicResource ThemeControlBorderColor}" />