强制使用默认主题,因目前未适配暗黑主题,如果系统为暗黑主题时,演示demo会展示不正常

This commit is contained in:
岳长月 2024-08-27 11:24:31 +08:00
parent 15e7c85838
commit 1ea33390b6

View File

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