Skip to content

Commit 85986b9

Browse files
committed
update prop description
1 parent af510eb commit 85986b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export interface DrawerPanelContentProps extends Omit<React.HTMLProps<HTMLDivEle
3939
hasNoGlass?: boolean;
4040
/** @beta Flag indicating that the drawer panel should use glass styles. */
4141
isGlass?: boolean;
42-
/** @beta Flag indicating that the drawer panel should use plain styles. */
42+
/** @beta Flag indicating that the drawer panel should use plain styles. This only applies when the drawer is static or inline. */
4343
isPlain?: boolean;
4444
/** @beta Flag indicating that plain styles should be disabled when glass styles are used. */
4545
isNoPlainOnGlass?: boolean;

0 commit comments

Comments
 (0)