Skip to content

Commit

Permalink
Change cursor to Hand
Browse files Browse the repository at this point in the history
  • Loading branch information
dme-compunet committed Dec 9, 2024
1 parent 503309d commit 9d0c8d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions SukiUI/Theme/Button.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<Setter Property="VerticalContentAlignment" Value="Center" />
<Setter Property="HorizontalContentAlignment" Value="Center" />
<Setter Property="FontSize" Value="15" />
<Setter Property="Cursor" Value="Hand" />
<Setter Property="Padding" Value="20,8" />
<Setter Property="Template">
<ControlTemplate>
Expand Down
1 change: 1 addition & 0 deletions SukiUI/Theme/RadioButtonStyles.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
<Setter Property="Background" Value="Transparent" />
<Setter Property="BorderBrush" Value="{DynamicResource SukiControlBorderBrush}" />
<Setter Property="BorderThickness" Value="1.2" />
<Setter Property="Cursor" Value="Hand"/>
<Setter Property="FontSize" Value="14" />
<Setter Property="Template">
<ControlTemplate>
Expand Down

0 comments on commit 9d0c8d2

Please sign in to comment.