Skip to content

Commit 9a8035e

Browse files
authored
feat: add sx extension (#266)
1 parent d3b2a73 commit 9a8035e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/card/card-secondary.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const CardSecondary: FC<CardSecondaryProps> = ({
4949
maxHeight={maxHeight}
5050
tx="variants"
5151
variant={readOnly ? 'readOnly' : 'card'}
52-
sx={styles}
52+
sx={{ ...styles, ...props.sx }}
5353
>
5454
{isShowHeader && (
5555
<Box sx={cardHeaderStyles}>

0 commit comments

Comments
 (0)