misc: update a demo color.
This commit is contained in:
parent
e6a3274db9
commit
21a07b703d
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user