Closed holubar closed 2 years ago
I would like to load pallete of tailwind colors into swatches tool but it does not work. Only mode where I can load my pallete is "simple". Is there any workaround to use this field and customize swatch mode?
You can customize the palette when using ->swatches() like so:
->swatches()
`->palette([ ['#fff', '#000'], ['#e69', '#123'], ])`
works ❤️👍
I would like to load pallete of tailwind colors into swatches tool but it does not work. Only mode where I can load my pallete is "simple". Is there any workaround to use this field and customize swatch mode?