discovery/test/Discovery.Loader.Avalonia/App.axaml
Kevin Kai Berthold f133c740e1 migration
2025-09-24 22:10:04 +02:00

9 lines
410 B
XML

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