Wizard: Add v5 PF slug to classNames

This adds v5 PF slug to classNames throughout the code base, making the formatting work properly.
This commit is contained in:
regexowl 2024-11-25 09:42:09 +01:00 committed by Klara Simickova
parent 4f728874f7
commit d8bb3485d8
26 changed files with 122 additions and 112 deletions

View file

@ -1,5 +1,5 @@
.beta-label {
--pf-c-label--BackgroundColor: var(--pf-global--palette--green-300);
--pf-c-label__content--before--BorderColor: var(--pf-global--palette--green-300);
--pf-c-label--BackgroundColor: var(--pf-v5-global--palette--green-300);
--pf-c-label__content--before--BorderColor: var(--pf-v5-global--palette--green-300);
margin-right: .5rem;
}

View file

@ -84,7 +84,7 @@ const AboutImageBuilderPopover = () => {
<Button
variant="plain"
aria-label="About image builder"
className="pf-u-pl-sm header-button"
className="pf-v5-u-pl-sm header-button"
>
<HelpIcon />
</Button>