Open RexanWONG opened 8 months ago
@atfzl Can I look into this issue if no one is working on it?
Is there anyone who has a way to solve this problem?
Try adding this to your globals.css: .chrome-picker input { background-color: white !important; color: black !important; border: 1px solid #ccc; }
My site is set to dark mode. When using the Chrome Picker, it looks like this :
On the hex input field, the label that states the hex code of the current color is blended into the background of the input field.
I tried setting the custom props in styles but saw that input or label wasn't something to edit :
Is there a way around it? Thanks!