Skip to content

Commit 7fc63e6

Browse files
Update packages/react-core/src/components/Card/Card.tsx
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
1 parent 7bf0c2c commit 7fc63e6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export interface CardProps extends React.HTMLProps<HTMLElement>, OUIAProps {
3434
isFullHeight?: boolean;
3535
/** Modifies the card to include plain styling; this removes border and background */
3636
isPlain?: boolean;
37-
/** Modifies the card to include glass styling */
37+
/** Modifies the card to include glass styling when glass theme is enabled */
3838
isGlass?: boolean;
3939
/** Flag indicating if a card is expanded. Modifies the card to be expandable. */
4040
isExpanded?: boolean;

0 commit comments

Comments
 (0)