InkForge/app/InkForge.Common/App.axaml

10 lines
411 B
Text
Raw Normal View History

2024-02-08 00:54:45 +01:00
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="InkForge.Common.App"
RequestedThemeVariant="Default">
2024-02-09 13:02:20 +01:00
<!-- "Default" ThemeVariant follows system theme variant. "Dark" or "Light" are other available options. -->
2024-02-08 00:54:45 +01:00
<Application.Styles>
<FluentTheme />
</Application.Styles>
</Application>