aboutsummaryrefslogtreecommitdiff
path: root/manager/App.axaml
diff options
context:
space:
mode:
Diffstat (limited to 'manager/App.axaml')
-rw-r--r--manager/App.axaml16
1 files changed, 8 insertions, 8 deletions
diff --git a/manager/App.axaml b/manager/App.axaml
index d9eaaee..7b5a966 100644
--- a/manager/App.axaml
+++ b/manager/App.axaml
@@ -1,10 +1,10 @@
-<Application xmlns="https://github.com/avaloniaui"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- x:Class="manager.App"
- RequestedThemeVariant="Default">
- <!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
-
+<Application
+ xmlns="https://github.com/avaloniaui"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ x:Class="manager.App"
+ RequestedThemeVariant="Default"
+>
<Application.Styles>
- <FluentTheme />
+ <SimpleTheme />
</Application.Styles>
-</Application> \ No newline at end of file
+</Application>