Skip to content

Commit f86357a

Browse files
Update TabbedCommandBar DefaultStyleResourceUri to point to Toolkit vs. WinUI
See microsoft/microsoft-ui-xaml#3502 Also update TabbedCommandBarItem DataTemplate to use MUX version of NavigationViewItem
1 parent 58dda08 commit f86357a

File tree

2 files changed

+204
-184
lines changed

2 files changed

+204
-184
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.Core/TabbedCommandBar/TabbedCommandBar.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public class TabbedCommandBar : NavigationView
3737
public TabbedCommandBar()
3838
{
3939
DefaultStyleKey = typeof(TabbedCommandBar);
40+
DefaultStyleResourceUri = new System.Uri("ms-appx:///Microsoft.Toolkit.Uwp.UI.Controls.Core/Themes/Generic.xaml");
4041

4142
SelectionChanged += SelectedItemChanged;
4243
}

0 commit comments

Comments
 (0)