From 4d40afec6ef14923288a6e950863e95ab8a6721d Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 16 Feb 2026 13:21:35 +0100 Subject: [PATCH] Improve Project Pool button contrast in dark header Give button a subtle bg-white/15 default background so it's visible without hovering, and stronger hover state (bg-white/30). Co-Authored-By: Claude Opus 4.6 --- src/app/(admin)/admin/rounds/[roundId]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(admin)/admin/rounds/[roundId]/page.tsx b/src/app/(admin)/admin/rounds/[roundId]/page.tsx index 90da292..75ac3cd 100644 --- a/src/app/(admin)/admin/rounds/[roundId]/page.tsx +++ b/src/app/(admin)/admin/rounds/[roundId]/page.tsx @@ -543,7 +543,7 @@ export default function RoundDetailPage() { )} -