Skip to content

Commit

Permalink
Samples: Enable Light Fluent Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 authored Nov 13, 2024
1 parent 0efc43c commit 1a81fae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Application x:Name="App" x:Class="Waf.BookLibrary.Library.Presentation.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
ThemeMode="Light">

<Application.Resources>
<ResourceDictionary>
Expand Down
3 changes: 2 additions & 1 deletion src/System.Waf/Samples/InformationManager/Assembler/App.xaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Application x:Class="Waf.InformationManager.Assembler.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
ThemeMode="Light">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
Expand Down
3 changes: 2 additions & 1 deletion src/System.Waf/Samples/Writer/Writer.Presentation/App.xaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Application x:Name="App" x:Class="Waf.Writer.Presentation.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
ThemeMode="Light">

<Application.Resources>
<ResourceDictionary>
Expand Down

0 comments on commit 1a81fae

Please sign in to comment.