demo2023/demo_2023/App.axaml

10 lines
391 B
Plaintext
Raw Normal View History

2025-01-22 13:34:31 +00:00
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2025-01-28 12:20:48 +00:00
2025-01-22 13:34:31 +00:00
RequestedThemeVariant="Default">
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
<Application.Styles>
<FluentTheme />
</Application.Styles>
</Application>