Skip to content

Commit

Permalink
Merge pull request #70 from XanatosX/bugfix/67-link-color-not-readabl…
Browse files Browse the repository at this point in the history
…e-on-light-theme

fix brush for links
  • Loading branch information
XanatosX authored Feb 21, 2023
2 parents 7e69a42 + 45b5384 commit cf50e5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ModularToolManager/Resources/LinkButtonStyle.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
</Design.PreviewWith>

<Style Selector="Button.link">
<Setter Property="Foreground" Value="LightBlue"/>
<!-- @Note: Look at https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Themes.Fluent/Accents/FluentControlResources.xaml -->
<Setter Property="Foreground" Value="{DynamicResource SystemControlHighlightAccentBrush}"/>
<Setter Property="Padding" Value="0" />
<Setter Property="Cursor" Value="Hand" />
<Setter Property="BorderThickness" Value="0" />
Expand Down

0 comments on commit cf50e5f

Please sign in to comment.