Replace missed occurrences with "ListCardContent"

This commit is contained in:
schroda
2025-05-03 11:56:09 +02:00
parent c24d7ca2ef
commit 736e556ccd
4 changed files with 12 additions and 38 deletions

View File

@@ -16,6 +16,9 @@ export const ListCardContent = ({ children, ...props }: CardContentProps) => (
alignItems: 'center',
gap: 1,
p: 1.5,
'&:last-child': {
paddingBottom: 1.5,
},
...props.sx,
}}
>