semesterWork/Presence.Desktop/App.axaml

11 lines
509 B
Plaintext
Raw Normal View History

2024-12-07 13:38:28 +00:00
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="Presence.Desktop.App"
RequestedThemeVariant="Default">
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
<Application.Styles>
<FluentTheme />
2024-12-13 07:34:58 +00:00
<StyleInclude Source="avares://Avalonia.Controls.DataGrid/Themes/Fluent.xaml"/>
2024-12-07 13:38:28 +00:00
</Application.Styles>
</Application>