aboutsummaryrefslogtreecommitdiff
path: root/App.axaml
blob: 2eba4e55a6a52dcc70fa2edd31bc8f230df635dc (plain) (blame)
1
2
3
4
5
6
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>