feat: reduce the size of icon on :pressed state.

This commit is contained in:
Zhang Dian 2023-07-04 00:24:00 +08:00
parent b320c88e9e
commit 81565cac97

View File

@ -209,6 +209,9 @@
<Style Selector="^ /template/ RepeatButton:pointerover &gt; PathIcon">
<Setter Property="Foreground" Value="{DynamicResource ScrollBarButtonPointeroverForeground}" />
</Style>
<Style Selector="^ /template/ RepeatButton:pressed &gt; PathIcon">
<Setter Property="RenderTransform" Value="scale(0.92)" />
</Style>
</ControlTheme>
<ControlTheme x:Key="{x:Type ScrollViewer}" TargetType="ScrollViewer">