Skip to content

Commit a0e636c

Browse files
committed
update isPlain prop comment
1 parent fc5cf2f commit a0e636c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ export interface AccordionProps extends React.HTMLProps<HTMLDListElement> {
1616
asDefinitionList?: boolean;
1717
/** Flag to indicate the accordion had a border */
1818
isBordered?: boolean;
19-
/** Flag to indicate if the accordion is plain */
19+
/**
20+
* Flag to indicate if the accordion uses plain styling. Only applicable when the PatternFly glass
21+
* theme is active (e.g. `pf-v6-theme-glass` on the document root); when the glass theme is not
22+
* active, this prop has no effect.
23+
*/
2024
isPlain?: boolean;
2125
/** Display size variant. */
2226
displaySize?: 'default' | 'lg';

0 commit comments

Comments
 (0)