Skip to content

Commit

Permalink
add handcursor to SubActionButton (WalletWasabi#13330)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarnixCroes authored Aug 21, 2024
1 parent 88256a5 commit 20555e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WalletWasabi.Fluent/Controls/SubActionButton.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<ControlTheme x:Key="{x:Type SubActionButton}"
TargetType="SubActionButton">
<Setter Property="BorderThickness" Value="0" />
<Setter Property="Cursor" Value="Hand" />
<Setter Property="MinHeight" Value="33" />
<Setter Property="Padding" Value="{StaticResource FunctionButtonPadding}" />
<Setter Property="Foreground" Value="{DynamicResource ActionButtonForegroundColor}" />
Expand Down

0 comments on commit 20555e8

Please sign in to comment.