Skip to content

ROX-31766: Fix colors of logos and login page#17950

Merged
dvail merged 4 commits intodv/ROX-28622-pf-6from
dv/ROX-31766-fix-logos-and-login-page
Dec 3, 2025
Merged

ROX-31766: Fix colors of logos and login page#17950
dvail merged 4 commits intodv/ROX-28622-pf-6from
dv/ROX-31766-fix-logos-and-login-page

Conversation

@dvail
Copy link
Contributor

@dvail dvail commented Nov 25, 2025

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

  • the change is production ready: the change is GA, or otherwise the functionality is gated by a feature flag
  • CI results are inspected

Automated testing

  • added unit tests
  • added e2e tests
  • added regression tests
  • added compatibility tests
  • modified existing tests

How I validated my change

image image image image

@dvail dvail requested a review from a team as a code owner November 25, 2025 17:23
@codecov
Copy link

codecov bot commented Nov 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (dv/ROX-28622-pf-6@ae2996c). Learn more about missing BASE report.

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           
Flag Coverage Δ
go-unit-tests 49.35% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

return (
<div>
<Title headingLevel="h2" size={TitleSizes['3xl']} className="pb-12">
<Title headingLevel="h2" size={TitleSizes['3xl']} className="pf-v6-u-pb-xl">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link
Contributor

@pedrottimark pedrottimark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For visibility, replaced fill="#FFFFFF" with fill:#000000 in images correct?

@dvail dvail force-pushed the dv/ROX-31763-font-family-css-var-migrate branch from 96a8b26 to e4aba8f Compare December 2, 2025 16:03
@dvail dvail requested a review from a team as a code owner December 2, 2025 16:03
@dvail dvail force-pushed the dv/ROX-31766-fix-logos-and-login-page branch from 5a592fe to 8ce63f4 Compare December 2, 2025 16:03
@dvail dvail force-pushed the dv/ROX-31763-font-family-css-var-migrate branch from e4aba8f to 73ae758 Compare December 3, 2025 13:47
@dvail dvail force-pushed the dv/ROX-31766-fix-logos-and-login-page branch from 8ce63f4 to cc491d0 Compare December 3, 2025 13:47
Base automatically changed from dv/ROX-31763-font-family-css-var-migrate to dv/ROX-28622-pf-6 December 3, 2025 13:49
@dvail dvail merged commit 1a94525 into dv/ROX-28622-pf-6 Dec 3, 2025
85 of 118 checks passed
@dvail dvail deleted the dv/ROX-31766-fix-logos-and-login-page branch December 3, 2025 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants