From 72006730f1b4210600dae213756404f81ed92793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agn=C3=A8s=20ZITTE?= <16295702+agneszitte@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:07:46 -0400 Subject: [PATCH] docs: Add Tech Bites video for lightweight styling (cherry picked from commit 42079fb2600ccac241836fd22e3a2b3616b2d851) --- doc/lightweight-styling.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/lightweight-styling.md b/doc/lightweight-styling.md index da5f75536..9f1c426d0 100644 --- a/doc/lightweight-styling.md +++ b/doc/lightweight-styling.md @@ -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.