Skip to content

Commit

Permalink
style: 인원수 출력 Text 컴포넌트에 그레이 컬러 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
soi-ha committed Aug 8, 2024
1 parent b26e597 commit 48c09c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const SetAllMemberListModal = ({
<div css={allMemberListModalTitleStyle}>
<Text size="bodyBold">전체 참여자 수정하기</Text>
{/* TODO: (@soha): 인원 텍스트 색 수정 필요 */}
<Text size="bodyBold" color="sematic">
<Text size="bodyBold" color="sematic" textColor="gray">
{allMemberList.length}
</Text>
</div>
Expand Down

0 comments on commit 48c09c8

Please sign in to comment.