Skip to content

Commit

Permalink
chore: #11 공백 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
leeminhee119 committed Jul 7, 2024
1 parent 76a94b6 commit 221e783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/component/common/Card/ListItemCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ type ListItemCardProps = {
borderRadius?: string;
children?: React.ReactNode;
};

const ListItemCard = ({ variant, height = "5rem", borderRadius = ".8rem", children }: ListItemCardProps) => {
return (
<div
Expand Down
1 change: 1 addition & 0 deletions src/component/common/RadioButton/Radio.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ type RadioProps = {
value: string;
text: string;
};

const Radio = ({ value, text }: RadioProps) => {
const radioContext = useContext(RadioContext);
return (
Expand Down

0 comments on commit 221e783

Please sign in to comment.