-
Notifications
You must be signed in to change notification settings - Fork 5
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
THEMES-1864: Button styling fix #273
Conversation
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.
@vgalatro Secondary reverse button label is not visible until hover it. In Figma, it has neutral-3 background.
@malavikakoppula , I believe that is just the box's background color and not part of the button. It's meant to be used on dark backgrounds and the colors for the rest state are listed here: |
So, including border, button label should also appear on hover? |
@malavikakoppula , right, it's just the background for storybook is also white, which makes it hard to see. |
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.
LGTM
Description
Jira Ticket: THEMES-1864
This PR fixes the styling for the button component. It was out of sync with what is in the Figma style docs. The button styles are located here: https://www.figma.com/design/NBjMF1v4mzwv9jkn7NEq9V/Themes-Block-Styling-2.0?node-id=10862-135976&t=YU12KWjCz73C7KdP-0.
Test Steps
git checkout THEMES-1864
npm i
npm run storybook
Primary
,Primary-reverse
,Secondary
, andSecondary-reverse
match the Figma docs. Check both the at rest and hover states.