Closed randyrollog closed 2 years ago
Hi @randyrollog! It's possible to change border-radius with CSS to adjust the picker's look to better look inside of your app design, but the interactive areas of the picker are rectangles anyway. Unfortunately, we don't have any plans of supporting custom picker shapes. React-colorful is a micro-library and we aim to fit the most popular scenarios in the smallest bundle size possible.
Hey!
I'd like to make a circle color picker with react-colorful. When I add the border radius to
.react-colorful
I get the circle shape, but I'm able to select colors outside of the visible circle.Let me know if I'm missing something or if I should apply the border radius to anything else.
Thanks!