Skip to content

Commit b6eebe0

Browse files
committed
Updated noglass prop description
1 parent f7ca617 commit b6eebe0

File tree

1 file changed

+1
-1
lines changed
  • packages/react-core/src/components/Wizard

1 file changed

+1
-1
lines changed

packages/react-core/src/components/Wizard/Wizard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export interface WizardProps extends React.HTMLProps<HTMLDivElement> {
6161
shouldFocusContent?: boolean;
6262
/** Adds plain styling to the wizard. */
6363
isPlain?: boolean;
64-
/** @beta Prevents the wizard from automatically applying plain styling when glass theme is enabled. When both this and isPlain are true, isPlain takes precedence. */
64+
/** @beta Prevents the wizard from automatically applying plain styling when glass theme is enabled. */
6565
isNoPlainOnGlass?: boolean;
6666
}
6767

0 commit comments

Comments
 (0)