Skip to content

Commit

Permalink
Merge pull request #400 from depromeet/fix/391/hotfix
Browse files Browse the repository at this point in the history
스페이스 리스트 아이템 스타일 수정
  • Loading branch information
leeminhee119 authored Sep 13, 2024
2 parents 480979c + a71043d commit 05bd9f9
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions apps/web/src/component/home/SpaceOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ const SpaceOverview = forwardRef<HTMLDivElement, SpaceOverviewProps>(
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 1.4rem;
`}
>
Expand All @@ -101,16 +102,10 @@ const SpaceOverview = forwardRef<HTMLDivElement, SpaceOverviewProps>(
gap: 0.4rem;
`}
>
<Icon icon="ic_user" size="2rem" />
<div
css={css`
margin-top: 0.3rem;
`}
>
<Typography variant="body12Medium" color="gray900">
{memberCount}
</Typography>
</div>
<Icon icon="ic_user" size={1.7} />
<Typography variant="body14Medium" color="gray900">
{memberCount}
</Typography>
</div>
</div>
</div>
Expand Down

0 comments on commit 05bd9f9

Please sign in to comment.