CollabVMDesktopClient/CollabVMClient/App.axaml

11 lines
418 B
Plaintext
Raw Normal View History

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