Skip to content

Commit ddcd56a

Browse files
committed
style: update score breakdown button text color to primary
1 parent 40790b7 commit ddcd56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/organization/cards/JudgingParticipant.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ const JudgingParticipant = ({
239239
<span className='h-1 w-1 rounded-full bg-gray-700' />
240240
<button
241241
onClick={() => setShowBreakdown(!showBreakdown)}
242-
className='hover:text-primary flex items-center gap-1 text-xs text-white transition-colors'
242+
className='hover:text-primary text-primary flex items-center gap-1 text-xs transition-colors'
243243
>
244244
{localAverageScore !== null ? (
245245
<>Score: {Number(localAverageScore).toFixed(1)}</>

0 commit comments

Comments
 (0)