-
Notifications
You must be signed in to change notification settings - Fork 44
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 border prop for color in storybook #771
Conversation
|
Variables changedNo variables changed |
2b1ec0b
to
a3a50f6
Compare
style={{ | ||
backgroundColor: `var(--${color})`, | ||
color: textColor, | ||
border: border ? '1px solid var(--color-scale-gray-1)' : 'none', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
border: border ? '1px solid var(--color-scale-gray-1)' : 'none', | |
border: border ? '1px solid var(--borderColor-default)' : 'none', |
What do you think of using the default border color?
Summary
Add border prop for color in storybook
List of notable changes:
What should reviewers focus on?
Steps to test: