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