atomui/samples/AtomUI.Demo.Desktop/App.axaml
2024-09-10 12:46:41 +08:00

9 lines
405 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<Application
x:Class="AtomUI.Demo.Desktop.App"
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
RequestedThemeVariant="Light"><!--强制使用默认主题因目前未适配暗黑主题如果系统为暗黑主题时演示demo会展示不正常 -->
<Application.Styles>
<FluentTheme />
</Application.Styles>
</Application>