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