mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-29 04:33:22 +08:00
fix: update border background color in DrawerPageDemo.axaml.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user