We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc1f0f commit c176affCopy full SHA for c176aff
Microsoft.Toolkit.Uwp.UI.Controls/TabbedCommandBar/TabbedCommandBarItem.xaml
@@ -22,7 +22,7 @@
22
<Setter Property="HorizontalContentAlignment" Value="Stretch"/>
23
</Style>
24
25
- <Style x:Key="AcrylicTabbedCommandBarItemStyle" BasedOn="{StaticResource DefaultTabbedCommandBarItemStyle}" TargetType="controls:TabbedCommandBarItem">
+ <Style x:Key="TabbedCommandBarItemAcrylicStyle" BasedOn="{StaticResource DefaultTabbedCommandBarItemStyle}" TargetType="controls:TabbedCommandBarItem">
26
<Setter Property="Background" Value="{ThemeResource NormalTabAcrylicBackground}"/>
27
28
0 commit comments