aboutsummaryrefslogtreecommitdiff
path: root/manager/App.axaml
blob: 7b5a966f67a85e774129d63c87f2a390c6c491e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<Application
    xmlns="https://github.com/avaloniaui"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    x:Class="manager.App"
    RequestedThemeVariant="Default"
>
    <Application.Styles>
        <SimpleTheme />
    </Application.Styles>
</Application>