Skip to content

Commit b889118

Browse files
committed
fix(DrawerPanelContent): update class name for no glass modifier to use new format
1 parent fab27a9 commit b889118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-core/src/components/Drawer/DrawerPanelContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ export const DrawerPanelContent: React.FunctionComponent<DrawerPanelContentProps
367367
className={css(
368368
styles.drawerPanel,
369369
isResizable && styles.modifiers.resizable,
370-
hasNoGlass && styles.modifiers.noGlass,
370+
hasNoGlass && 'pf-m-no-glass',
371371
hasNoBorder && styles.modifiers.noBorder,
372372
formatBreakpointMods(widths, styles),
373373
colorVariant === DrawerColorVariant.noBackground && styles.modifiers.noBackground,

0 commit comments

Comments
 (0)