make padding slighly less on cards
All checks were successful
deploy / deploy (push) Successful in 2m10s
All checks were successful
deploy / deploy (push) Successful in 2m10s
This commit is contained in:
@ -14,7 +14,7 @@ export default function Card({
|
||||
}: CardProps) {
|
||||
return (
|
||||
<CardBase className={outerClassName}>
|
||||
<CardContent className={clsx(className, "pb-4 pt-2")}>
|
||||
<CardContent className={clsx(className, "p-3 pb-4 pt-2")}>
|
||||
{children}
|
||||
</CardContent>
|
||||
</CardBase>
|
||||
|
Reference in New Issue
Block a user