diff --git a/src/component/common/Card/ListItemCard.tsx b/src/component/common/Card/ListItemCard.tsx index 0fd3676d..b749049b 100644 --- a/src/component/common/Card/ListItemCard.tsx +++ b/src/component/common/Card/ListItemCard.tsx @@ -6,6 +6,7 @@ type ListItemCardProps = { borderRadius?: string; children?: React.ReactNode; }; + const ListItemCard = ({ variant, height = "5rem", borderRadius = ".8rem", children }: ListItemCardProps) => { return (
{ const radioContext = useContext(RadioContext); return (