-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
chore: Removes hard-coded colors - iteration 3 #20016
chore: Removes hard-coded colors - iteration 3 #20016
Conversation
Codecov Report
@@ Coverage Diff @@
## master #20016 +/- ##
==========================================
- Coverage 66.28% 66.27% -0.02%
==========================================
Files 1712 1712
Lines 63968 63948 -20
Branches 6731 6731
==========================================
- Hits 42404 42382 -22
- Misses 19853 19855 +2
Partials 1711 1711
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This broke the conditional color formatting in tables, at least for me.
and now all of those values are hex strings instead. |
Thanks for raising this @stevetracvc and for submitting a PR to fix it. |
SUMMARY
Replaces hard-coded colors with colors from the theme.
TESTING INSTRUCTIONS
1 - Execute all tests.
2 - All tests should pass.
ADDITIONAL INFORMATION