cschroeter / park-ui

Beautifully designed components built with Ark UI and Panda CSS that work with a variety of JS frameworks.
https://park-ui.com
MIT License
1.75k stars 75 forks source link

`<Button asChild>` ignores `colorPalette` #423

Open tyteen4a03 opened 2 months ago

tyteen4a03 commented 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.