Skip to content

Commit

Permalink
docs: Add Tech Bites video for lightweight styling
Browse files Browse the repository at this point in the history
  • Loading branch information
agneszitte authored Sep 19, 2024
1 parent 3b05672 commit 42079fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/lightweight-styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ uid: Uno.Themes.LightweightStyling

Overriding resources from Uno Material can be done at the App level, Page level, or even at the Control level. The following sections will cover how to override resources at each of these levels.

> [!Video https://www.youtube-nocookie.com/embed/5CsJHMTlNAw]
## App/Page level styling

The most common way to override resources is at the App level. This is done by adding a new `ResourceDictionary` to the `ResourceDictionary.MergedDictionaries` collection in your `AppResources.xaml` file. The following XAML shows how to override the default resources used with the `FilledButtonStyle` from Uno Themes.
Expand Down

0 comments on commit 42079fb

Please sign in to comment.