benruehl / adonis-ui

Lightweight UI toolkit for WPF applications offering classic but enhanced windows visuals
https://benruehl.github.io/adonis-ui/
MIT License
1.71k stars 143 forks source link

Add default style for Hyperlink #11

Closed nkristek closed 5 years ago

nkristek commented 5 years ago

Add a default style for the Hyperlink control. The default selection color (red) doesn't look good.

<TextBlock VerticalAlignment="Center"
           FontSize="14">
    <Hyperlink Command="{Binding OpenUriCommand}">
        <TextBlock Text="{Binding Name}"/>
    </Hyperlink>
</TextBlock>

Result: light dark