startit/Emne 3/MyApp/App.axaml
Geir Okkenhaug Jerstad 7eb2b4c70a Testing Avalonia
2024-12-03 14:22:39 +01:00

10 lines
419 B
XML

<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="MyApp.App"
RequestedThemeVariant="Default">
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
<Application.Styles>
<FluentTheme />
</Application.Styles>
</Application>