Skip to content

Commit

Permalink
style: #11 - 조회 수 텍스트 색상 값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dudwns committed Oct 30, 2023
1 parent efa0a61 commit 290f2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/AvatarGroup/AvatarGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const AvatarGroup = ({
))}
</div>
{allAvatars.length > limit && (
<div className="text-xs font-normal leading-4 text-gray-600">
<div className="text-slate6 text-xs font-normal">
+{allAvatars.length - limit}
</div>
)}
Expand Down

0 comments on commit 290f2d1

Please sign in to comment.