-
Notifications
You must be signed in to change notification settings - Fork 78
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
Button neutral and outline uses wrong color for border #5331
Labels
4 - verified
Issues that have been released and confirmed resolved.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
estimate - 1
Very small fix or change (potentially a single line), doesn't require updates to tests.
p - low
Issue is non core or affecting less that 10% of people using the library
Milestone
Comments
cc @ashetland |
@asangma Sadly, the codepen is blank But I agree with this one. |
LOLz. I pasted the wrong url. Updated. |
👍 agreed |
Installed and assigned for verification. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
4 - verified
Issues that have been released and confirmed resolved.
bug
Bug reports for broken functionality. Issues should include a reproduction of the bug.
estimate - 1
Very small fix or change (potentially a single line), doesn't require updates to tests.
p - low
Issue is non core or affecting less that 10% of people using the library
Actual Behavior
When Button is
appearance="outline"
andcolor="neutral"
, the border color is set toforeground-3
.Expected Behavior
Border color should be
border-1
.Reproduction Sample
https://codepen.io/mtb-alan/pen/vYjgrJE
Reproduction Steps
Inspect the button in the example.
Reproduction Version
latest
Relevant Info
No response
Regression?
No response
The text was updated successfully, but these errors were encountered: