aboutsummaryrefslogtreecommitdiff
path: root/App.axaml
diff options
context:
space:
mode:
Diffstat (limited to 'App.axaml')
-rw-r--r--App.axaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/App.axaml b/App.axaml
new file mode 100644
index 0000000..2eba4e5
--- /dev/null
+++ b/App.axaml
@@ -0,0 +1,7 @@
+<Application xmlns="https://github.com/avaloniaui"
+ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
+ x:Class="HandsFree.App">
+ <Application.Styles>
+ <FluentTheme Mode="Dark"/>
+ </Application.Styles>
+</Application>