We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23ee655 + 72e6730 commit 49ca0ffCopy full SHA for 49ca0ff
src/components/Posture/PostureCrewItem.tsx
@@ -28,7 +28,7 @@ export default function PostureCrewItem(props: PostureCrewItemProps) {
28
{rank}
29
</span>
30
<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>
+ <span className="block max-w-full truncate font-semibold leading-[18px] text-zinc-900">{nickname}</span>
32
<span className="text-normal leading-[18px] text-zinc-400">경고 {score}회</span>
33
</div>
34
0 commit comments