We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee90f7 commit 8daceb9Copy full SHA for 8daceb9
packages/ui/src/components/card/source/Card.tsx
@@ -78,6 +78,7 @@ export const Card = React.forwardRef<HTMLDivElement, CardProps>((props, ref) =>
78
</If>
79
</CardHeader>
80
81
+
82
<CardContent
83
className={classNames?.content}
84
flexHeight={flexHeight}
0 commit comments