Skip to content

Commit

Permalink
chore: Adding material styles
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrandolph committed Oct 23, 2023
1 parent cbbb666 commit 028d689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/Playground/Playground/AppResources.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />

<!-- Load the Material control resources -->
<!--<MaterialResources xmlns="using:Uno.Material" />-->
<MaterialResources xmlns="using:Uno.Material" />
<ToolkitResources xmlns="using:Uno.Toolkit.UI" />

<!-- Load Material Toolkit resources -->
<!--<MaterialToolkitResources xmlns="using:Uno.Toolkit.UI.Material" />-->
<MaterialToolkitResources xmlns="using:Uno.Toolkit.UI.Material" />
<!-- Place resources here -->
</ResourceDictionary.MergedDictionaries>
<Style TargetType="utu:ExtendedSplashScreen"
Expand Down

0 comments on commit 028d689

Please sign in to comment.