We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"outline" variant Buttons, on hover, do not apply the theme's hoverBorder color.
This is likely due to a typo inside the Button styles file: https://github.com/primer/react/blob/main/src/Button/styles.ts#L135
That line is currently written as:
borderColor: 'outline.hoverBorder',
when it should probably be written as:
borderColor: 'btn.outline.hoverBorder',
35.10.0
Edge
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
"outline" variant Buttons, on hover, do not apply the theme's hoverBorder color.
This is likely due to a typo inside the Button styles file: https://github.com/primer/react/blob/main/src/Button/styles.ts#L135
That line is currently written as:
when it should probably be written as:
Steps to reproduce
Version
35.10.0
Browser
Edge
The text was updated successfully, but these errors were encountered: