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

fix(tag): wrong css is applied in case linkTo prop is provided #511

Merged
merged 1 commit into from
Feb 6, 2019

Conversation

pa3
Copy link
Contributor

@pa3 pa3 commented Feb 6, 2019

Summary

Fix component appearance.

@pa3 pa3 added the Semver: FIX label Feb 6, 2019
@pa3 pa3 requested review from emmenko and montezume February 6, 2019 13:20
@@ -12,7 +12,7 @@ const Story = () => (
<Section>
<Tag
type={select('type', ['normal', 'warning'], 'normal')}
linkTo={select('linkTo', ['/foo', undefined], undefined)}
linkTo={select('linkTo', ['/foo', undefined], '/foo')}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ah thanks for fixing this as well!

@montezume montezume added the 🐛 Type: Bug Something isn't working label Feb 6, 2019
Copy link
Contributor

@montezume montezume left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

Copy link
Member

@emmenko emmenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 🙏

@montezume montezume merged commit ba038f0 into master Feb 6, 2019
@montezume montezume deleted the pa3-fix-tag-with-link-to branch February 6, 2019 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants