Skip to content

Commit

Permalink
Merge pull request #138 from DDD-Community/feat/#133
Browse files Browse the repository at this point in the history
feat: 크루 응원하기 패널 문자 색 변경
  • Loading branch information
G-hoon authored Jan 20, 2025
2 parents 23ee655 + 72e6730 commit 49ca0ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Posture/PostureCrewItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function PostureCrewItem(props: PostureCrewItemProps) {
{rank}
</span>
<div className="flex w-[100px] flex-col text-[13px]">
<span className="block max-w-full truncate font-semibold leading-[18px] text-green-900">{nickname}</span>
<span className="block max-w-full truncate font-semibold leading-[18px] text-zinc-900">{nickname}</span>
<span className="text-normal leading-[18px] text-zinc-400">경고 {score}</span>
</div>
</div>
Expand Down

0 comments on commit 49ca0ff

Please sign in to comment.