fix: update border background color in DrawerPageDemo.axaml.

This commit is contained in:
Zhang Dian
2026-04-27 21:38:16 +08:00
parent 9aceef70ec
commit a0f52c1d76

View File

@@ -76,7 +76,7 @@
</StackPanel> </StackPanel>
</ScrollViewer> </ScrollViewer>
<Border DockPanel.Dock="Right" Width="1" Background="{DynamicResource SemiColorBackground0}" /> <Border DockPanel.Dock="Right" Width="1" Background="{DynamicResource SemiColorBorder}" />
<DrawerPage Name="DemoDrawer" <DrawerPage Name="DemoDrawer"
Margin="12" Margin="12"