Improve Project Pool button contrast in dark header
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user