Skip to content

Commit 87e94b7

Browse files
committed
update prop description
1 parent 85986b9 commit 87e94b7

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
@@ -37,7 +37,7 @@ export interface DrawerPanelContentProps extends Omit<React.HTMLProps<HTMLDivEle
3737
isResizable?: boolean;
3838
/** @beta Flag indicating that the drawer panel should disable glass styles. This prop is intended to work with isPill drawers. */
3939
hasNoGlass?: boolean;
40-
/** @beta Flag indicating that the drawer panel should use glass styles. */
40+
/** @beta Flag indicating that the drawer panel should use glass styles when in glass theme */
4141
isGlass?: boolean;
4242
/** @beta Flag indicating that the drawer panel should use plain styles. This only applies when the drawer is static or inline. */
4343
isPlain?: boolean;

0 commit comments

Comments
 (0)