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"
|
2023-08-29 13:39:51 -04:00
|
|
|
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>
|