Skip to content

Commit

Permalink
refactor : Flex 컴포너트로 교체
Browse files Browse the repository at this point in the history
  • Loading branch information
guesung committed Sep 1, 2023
1 parent 3fa1990 commit fbbdf84
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ function MemberCard({ member }: MemberCardProps) {
<Flex align="center">
<Avatar size="medium" imageUrl={imageUrl} />
<Spacing size={12} direction="horizontal" />
<div className="flex grow flex-col justify-center">
<Flex direction="column" justify="center" className="grow">
<p className="text-paragraph-1">{name}</p>
<p className="text-caption text-sign-tertiary">{name}</p>
</div>
</Flex>
<CircleCheckbox />
</Flex>
<Spacing size={12} />
Expand Down

0 comments on commit fbbdf84

Please sign in to comment.