Skip to content

Commit

Permalink
Merge pull request #1482 from unoplatform/mergify/bp/release/stable/5…
Browse files Browse the repository at this point in the history
….2/pr-1480

docs: Add Tech Bites video for lightweight styling (backport #1480)
  • Loading branch information
agneszitte committed Sep 19, 2024
2 parents 299a2a7 + 7200673 commit 1da7240
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 1da7240

Please sign in to comment.