We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40790b7 commit ddcd56aCopy full SHA for ddcd56a
components/organization/cards/JudgingParticipant.tsx
@@ -239,7 +239,7 @@ const JudgingParticipant = ({
239
<span className='h-1 w-1 rounded-full bg-gray-700' />
240
<button
241
onClick={() => setShowBreakdown(!showBreakdown)}
242
- className='hover:text-primary flex items-center gap-1 text-xs text-white transition-colors'
+ className='hover:text-primary text-primary flex items-center gap-1 text-xs transition-colors'
243
>
244
{localAverageScore !== null ? (
245
<>Score: {Number(localAverageScore).toFixed(1)}</>
0 commit comments