We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sx
1 parent d3b2a73 commit 9a8035eCopy full SHA for 9a8035e
src/components/card/card-secondary.tsx
@@ -49,7 +49,7 @@ const CardSecondary: FC<CardSecondaryProps> = ({
49
maxHeight={maxHeight}
50
tx="variants"
51
variant={readOnly ? 'readOnly' : 'card'}
52
- sx={styles}
+ sx={{ ...styles, ...props.sx }}
53
>
54
{isShowHeader && (
55
<Box sx={cardHeaderStyles}>
0 commit comments