Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default style for Hyperlink #11

Closed
nkristek opened this issue Mar 13, 2019 · 0 comments
Closed

Add default style for Hyperlink #11

nkristek opened this issue Mar 13, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@nkristek
Copy link
Collaborator

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

@nkristek nkristek added the enhancement New feature or request label Mar 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants