Trying to set the border radius of the saturation & value picker does not work as expected on Android. I added the satValPickerBorderRadius={ 20 } property to the <HsvColorPicker /> element but the result is as follows:
Only the top border radius changes, nothing happens to the bottom border radius.
Trying to set the border radius of the saturation & value picker does not work as expected on Android. I added the
satValPickerBorderRadius={ 20 }
property to the<HsvColorPicker />
element but the result is as follows:Only the top border radius changes, nothing happens to the bottom border radius.