cschroeter / park-ui

Beautifully designed components built on Ark UI that work for the JS and CSS frameworks of your choice.
https://park-ui.com
MIT License
1.47k stars 59 forks source link

What is the good way to change text color from default palette? (react + tailwind) #340

Open vadamk opened 3 weeks ago

vadamk commented 3 weeks ago

Can I do something like this?

<Text color="tomato-10">...</Text>

or

import { Settings } from "lucide-react";

<Settings color="red-10" />

actually I'm trying to do something like that

image