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.74k stars 75 forks source link

[Bug]: Accent color doesnt work with custom extended colors #453

Open xeinebiu opened 1 month ago

xeinebiu commented 1 month ago
    createPreset({
      additionalColors: ['*'],
      accentColor: 'another_color', // This doesnt work because "another_color" doesnt exists inside park-ui. But it does on the panda.config but its ignored and an undefined error is thrown
      grayColor: 'sand',
      borderRadius: 'md',
    }),