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:
parent
effc078918
commit
4d40afec6e
|
|
@ -543,7 +543,7 @@ export default function RoundDetailPage() {
|
|||
</Button>
|
||||
)}
|
||||
<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" />
|
||||
Project Pool
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Reference in New Issue