Skip to content

Commit 0a10570

Browse files
committed
fixed build error?
1 parent aa8eb87 commit 0a10570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/judging/ScoresTable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ export default function JudgingTable(props: JudgingTableProps) {
267267
scoreObject[columnId]
268268
)}
269269
<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`}
270+
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`}
271271
>
272272
Edit
273273
</span>

0 commit comments

Comments
 (0)