diff --git a/doc/fluent-getting-started.md b/doc/fluent-getting-started.md index 894ce218f..a8c7ee037 100644 --- a/doc/fluent-getting-started.md +++ b/doc/fluent-getting-started.md @@ -26,25 +26,25 @@ The step-by-step process to enable Fluent design styles within an existing Uno P 1. Add the `XamlControlsResources` resource dictionary to your application resources inside `App.xaml`. This step is the same as required for WinUI 2 UWP apps. ```xml - - - - - - + + + + + + ``` Or, if you have other existing application-scope resources, add `XamlControlsResources` at the top (before other resources) as a merged dictionary: ```xml - - - - - - - - - - + + + + + + + + + + ```