Better button style path in previewer

This commit is contained in:
MarcinZiabek
2022-03-31 23:14:00 +02:00
parent 9e7a1ed49d
commit 0fc0db55d2
+1 -1
View File
@@ -22,7 +22,7 @@
<Setter Property="Background" Value="#888"/>
</Style>
<Style Selector="Button:pointerover /template/ ContentPresenter#PART_ContentPresenter">
<Style Selector="Button:pointerover /template/ ContentPresenter">
<Setter Property="Background" Value="#999"/>
</Style>
</Window.Styles>