mirror of
https://gitee.com/chinware/atomui.git
synced 2024-11-29 18:38:16 +08:00
9 lines
405 B
XML
9 lines
405 B
XML
<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> |