ROX-31766: Fix colors of logos and login page#17950
Conversation
|
This change is part of the following stack: Change managed by git-spice. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## dv/ROX-28622-pf-6 #17950 +/- ##
====================================================
Coverage ? 49.35%
====================================================
Files ? 2699
Lines ? 198960
Branches ? 0
====================================================
Hits ? 98195
Misses ? 93146
Partials ? 7619
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| return ( | ||
| <div> | ||
| <Title headingLevel="h2" size={TitleSizes['3xl']} className="pb-12"> | ||
| <Title headingLevel="h2" size={TitleSizes['3xl']} className="pf-v6-u-pb-xl"> |
There was a problem hiding this comment.
Incremental step makes sense. When we circle back later to replace redux form elements, Flex layout seems possible to replace className props.
Letting my fingers do the brainstorming, maybe a lint rule/tool with ignores to report PatternFly vertical margin/padding classes for investigation?
pedrottimark
left a comment
There was a problem hiding this comment.
For visibility, replaced fill="#FFFFFF" with fill:#000000 in images correct?
96a8b26 to
e4aba8f
Compare
5a592fe to
8ce63f4
Compare
e4aba8f to
73ae758
Compare
8ce63f4 to
cc491d0
Compare
See #17809 for more info on the PF migration.
Description
Fixes the default colors of the main logo text and login page to fit with the PF6 light theme.
User-facing documentation
Testing and quality
Automated testing
How I validated my change