Skip to content

Commit c176aff

Browse files
committed
Renamed AcrylicTabbedCommandBarItemStyle for consistency
1 parent 4fc1f0f commit c176aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Controls/TabbedCommandBar/TabbedCommandBarItem.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<Setter Property="HorizontalContentAlignment" Value="Stretch"/>
2323
</Style>
2424

25-
<Style x:Key="AcrylicTabbedCommandBarItemStyle" BasedOn="{StaticResource DefaultTabbedCommandBarItemStyle}" TargetType="controls:TabbedCommandBarItem">
25+
<Style x:Key="TabbedCommandBarItemAcrylicStyle" BasedOn="{StaticResource DefaultTabbedCommandBarItemStyle}" TargetType="controls:TabbedCommandBarItem">
2626
<Setter Property="Background" Value="{ThemeResource NormalTabAcrylicBackground}"/>
2727
</Style>
2828

0 commit comments

Comments
 (0)