misc: update a demo color.

This commit is contained in:
rabbitism 2023-06-01 10:25:18 +08:00
parent e6a3274db9
commit 21a07b703d

View File

@ -16,7 +16,7 @@
<Rectangle
Width="300"
Height="300"
Fill="#FEFBCB" />
Fill="{DynamicResource SemiYellow2}" />
</ScrollViewer>
<ScrollViewer
Width="200"
@ -27,7 +27,7 @@
<Rectangle
Width="300"
Height="300"
Fill="#FEFBCB" />
Fill="{DynamicResource SemiYellow2}" />
</ScrollViewer>
</StackPanel>
</UserControl>