We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8eb87 commit 0a10570Copy full SHA for 0a10570
src/components/judging/ScoresTable.tsx
@@ -267,7 +267,7 @@ export default function JudgingTable(props: JudgingTableProps) {
267
scoreObject[columnId]
268
)}
269
<span
270
- className={`text-md ${colorStyles.headerCellBg} pointer-events-none absolute inset-0 flex items-center justify-center bg-opacity-50 font-semibold text-white opacity-0 group-hover:opacity-100`}
+ className={`text-md ${colorStyles.headerCellBg} bg-opacity/50 pointer-events-none absolute inset-0 flex items-center justify-center font-semibold text-white opacity-0 group-hover:opacity-100`}
271
>
272
Edit
273
</span>
0 commit comments