-
Notifications
You must be signed in to change notification settings - Fork 10
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
UX-284 Darken button hover background colors #564
Conversation
Codecov Report
@@ Coverage Diff @@
## main #564 +/- ##
=======================================
Coverage 93.30% 93.30%
=======================================
Files 118 118
Lines 1568 1568
=======================================
Hits 1463 1463
Misses 105 105
Continue to review full report at Codecov.
|
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.
Looks good, just one question
lightHoverColor = tokens.color_gray_100; | ||
color = props.theme.colors.gray['900']; | ||
darkHoverColor = props.theme.colors.gray['1000']; | ||
lightActiveColor = props.theme.colors.gray['400']; |
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.
Do blue and red also need to be 2 steps darker than they were before?
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.
I kind of just eyeballed it, it seemed a little too light at first. What do you think?
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.
I think they're good how they are
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.
Looks good!
What Changed
outline
outlineBorder
andflat
buttonsHow To Test or Verify
PR Checklist
type
label