-
Notifications
You must be signed in to change notification settings - Fork 14k
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
style: FilterSelect style tweaks #10446
Conversation
Added a couple suggestions using the theme variables instead of the hard-coded 12px. Otherwise, simple enough :) 👍 |
ff48623
to
430f34c
Compare
Added some suggestions in a branch off of your branch., and opened a PR on the fork for your consideration. |
using withTheme to avoid raw supersetTheme
Codecov Report
@@ Coverage Diff @@
## master #10446 +/- ##
==========================================
+ Coverage 70.25% 71.06% +0.80%
==========================================
Files 605 610 +5
Lines 32377 34209 +1832
Branches 3271 3356 +85
==========================================
+ Hits 22745 24309 +1564
- Misses 9522 9786 +264
- Partials 110 114 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
shakes fist at Cypress CI process |
Impacts #8976 |
* style: FilterSelect style tweaks * using withTheme to avoid raw supersetTheme * lint Co-authored-by: Evan Rusackas <[email protected]>
After
Before