Skip to content

Commit

Permalink
docs: Fix MaterialToolkitTheme namespace (#500)
Browse files Browse the repository at this point in the history
* docs: Fix `MaterialToolkitTheme` namespace
  • Loading branch information
Youssef1313 committed Mar 15, 2023
1 parent fccc8a8 commit e6bd339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/material-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Initialization of the Material Toolkit resources is handled by the specialized `
<ResourceDictionary.MergedDictionaries>

<!-- Load Material Toolkit resources (also loads the base Uno.Material resources) -->
<MaterialToolkitTheme xmlns="using:Uno.Toolkit.UI" />
<MaterialToolkitTheme xmlns="using:Uno.Toolkit.UI.Material" />

<!-- Load custom application resources -->
<!-- ... -->
Expand Down Expand Up @@ -80,7 +80,7 @@ If your application is based on the older solution template that includes a shar
<XamlControlsResources xmlns="using:Microsoft.UI.Xaml.Controls" />

<!-- Load Material Toolkit resources (also loads the base Uno.Material resources) -->
<MaterialToolkitTheme xmlns="using:Uno.Toolkit.UI" />
<MaterialToolkitTheme xmlns="using:Uno.Toolkit.UI.Material" />

<!-- Load custom application resources -->
<!-- ... -->
Expand Down Expand Up @@ -122,4 +122,4 @@ In `AppResources.xaml`, instead of initializing `MaterialFonts`, you would use t
- [Uno Platform Material Toolkit Sample App](https://github.com/unoplatform/Uno.Samples/tree/master/UI/UnoMaterialToolkitSample)
- [Uno Platform Material Toolkit Figma File](https://www.figma.com/community/file/1110792522046146058)
- [Official Material Design 3 Guidelines](https://m3.material.io/components)
- [Official Material Design 3 Theme Builder](https://m3.material.io/theme-builder)
- [Official Material Design 3 Theme Builder](https://m3.material.io/theme-builder)

0 comments on commit e6bd339

Please sign in to comment.