Skip to content

Commit

Permalink
Fix outlined accent button
Browse files Browse the repository at this point in the history
  • Loading branch information
dme-compunet committed Dec 11, 2024
1 parent 1488d73 commit 6a50a42
Showing 1 changed file with 1 addition 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 @@ -395,6 +395,7 @@
<Setter Property="Foreground" Value="{DynamicResource SukiAccentColor}" />
</Style>
<Style Selector="^:pointerover">
<Setter Property="Foreground" Value="White" />
<Setter Property="Background" Value="{DynamicResource SukiAccentColor}" />
<Style Selector="^ /template/ ContentPresenter">
<Setter Property="Foreground" Value="White" />
Expand Down

0 comments on commit 6a50a42

Please sign in to comment.