Open tyteen4a03 opened 2 months ago
When I have this code:
<Button asChild variant="outline" colorPalette="amber.9"><Link href="somewhere">A Link</Link></Button>
The colorPalette is ignored.
But when I do:
<Link href="somewhere"><Button colorPalette="amber.9">A Link</Button></Link>
It works again.
When I have this code:
The colorPalette is ignored.
But when I do:
It works again.