You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The toolbar was updated to have a transparent background by default, and a primary background when sticky. We added 3 modifier classes to be used with regular and sticky toolbars to customize the background color
.pf-m-primary - updates to use the primary background color
.pf-m-secondary - ^ but secondary
.pf-m-no-background - ^ transparent background
We'll need to make sure react has the version of core, v6.0.0-alpha.112 or greater.
You can verify which version of core react is on by looking at the version for the @patternfly/patternfly package in react-styles/package.json
If it's not up to date, I've bumped the core version this way. Hopefully it works OK!
The toolbar was updated to have a transparent background by default, and a primary background when sticky. We added 3 modifier classes to be used with regular and sticky toolbars to customize the background color
.pf-m-primary
- updates to use the primary background color.pf-m-secondary
- ^ but secondary.pf-m-no-background
- ^ transparent backgroundWe'll need to make sure react has the version of core, v6.0.0-alpha.112 or greater.
@patternfly/patternfly
package in react-styles/package.json@patternfly/patternfly
package version number in react-styles/package.jsonnode scripts/verifyPatternflyVersions --fix && yarn
And looks like we can borrow code from the drawer's prop for it's background color variants,
colorVariant
(but we'll need to add an entry forprimary
)patternfly-react/packages/react-core/src/components/Drawer/DrawerPanelContent.tsx
Line 58 in 7ef53d8
The text was updated successfully, but these errors were encountered: