diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2023-02-05 18:32:19 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2023-02-05 18:32:19 -0500 |
| commit | c1ae32ee04460442046d5276bb57726d6d1d6e92 (patch) | |
| tree | 788dd84859c54a2ca6fef28465aeaaed408ea7b1 /App.axaml | |
| download | HandsFree-c1ae32ee04460442046d5276bb57726d6d1d6e92.tar.gz HandsFree-c1ae32ee04460442046d5276bb57726d6d1d6e92.tar.bz2 HandsFree-c1ae32ee04460442046d5276bb57726d6d1d6e92.zip | |
Diffstat (limited to 'App.axaml')
| -rw-r--r-- | App.axaml | 7 |
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> |
