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 <noreply@anthropic.com>
This commit is contained in:
Matt 2026-02-16 13:21:35 +01:00
parent effc078918
commit 4d40afec6e
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ export default function RoundDetailPage() {
</Button> </Button>
)} )}
<Link href={poolLink}> <Link href={poolLink}>
<Button variant="outline" size="sm" className="border-white/30 text-white hover:bg-white/10 hover:text-white"> <Button variant="outline" size="sm" className="border-white/40 bg-white/15 text-white hover:bg-white/30 hover:text-white">
<Layers className="h-4 w-4 mr-1.5" /> <Layers className="h-4 w-4 mr-1.5" />
Project Pool Project Pool
</Button> </Button>