We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85986b9 commit 87e94b7Copy full SHA for 87e94b7
1 file changed
packages/react-core/src/components/Drawer/DrawerPanelContent.tsx
@@ -37,7 +37,7 @@ export interface DrawerPanelContentProps extends Omit<React.HTMLProps<HTMLDivEle
37
isResizable?: boolean;
38
/** @beta Flag indicating that the drawer panel should disable glass styles. This prop is intended to work with isPill drawers. */
39
hasNoGlass?: boolean;
40
- /** @beta Flag indicating that the drawer panel should use glass styles. */
+ /** @beta Flag indicating that the drawer panel should use glass styles when in glass theme */
41
isGlass?: boolean;
42
/** @beta Flag indicating that the drawer panel should use plain styles. This only applies when the drawer is static or inline. */
43
isPlain?: boolean;
0 commit comments