Skip to content

Commit 49ca0ff

Browse files
authored
Merge pull request #138 from DDD-Community/feat/#133
feat: 크루 응원하기 패널 문자 색 변경
2 parents 23ee655 + 72e6730 commit 49ca0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Posture/PostureCrewItem.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function PostureCrewItem(props: PostureCrewItemProps) {
2828
{rank}
2929
</span>
3030
<div className="flex w-[100px] flex-col text-[13px]">
31-
<span className="block max-w-full truncate font-semibold leading-[18px] text-green-900">{nickname}</span>
31+
<span className="block max-w-full truncate font-semibold leading-[18px] text-zinc-900">{nickname}</span>
3232
<span className="text-normal leading-[18px] text-zinc-400">경고 {score}</span>
3333
</div>
3434
</div>

0 commit comments

Comments
 (0)