Skip to content

Commit 511d8e0

Browse files
committed
Updated noPlainOnGlsss description
1 parent 631e4e4 commit 511d8e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-core/src/components/Page/PageGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export interface PageGroupProps extends React.HTMLProps<HTMLDivElement> {
2929
'aria-label'?: string;
3030
/** Adds plain styling to the page group. */
3131
isPlain?: boolean;
32-
/** @beta Prevents the page group from automatically applying plain styling when glass theme is enabled. When both this and isPlain are true, isPlain takes precedence. */
32+
/** @beta Prevents the page group from automatically applying plain styling when glass theme is enabled. */
3333
isNoPlainOnGlass?: boolean;
3434
}
3535

packages/react-core/src/components/Page/PageSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export interface PageSectionProps extends React.HTMLProps<HTMLDivElement> {
6969
component?: keyof React.JSX.IntrinsicElements;
7070
/** Adds plain styling to the page section. */
7171
isPlain?: boolean;
72-
/** @beta Prevents the page section from automatically applying plain styling when glass theme is enabled. When both this and isPlain are true, isPlain takes precedence. */
72+
/** @beta Prevents the page section from automatically applying plain styling when glass theme is enabled. */
7373
isNoPlainOnGlass?: boolean;
7474
}
7575

0 commit comments

Comments
 (0)