Daq Color-picker style border-radius

I found the solution adding a change in the css style.
#my-color-picker =id element

#my-color-picker .daq-colorpicker–light__chromepicker {
border-radius: 0% !important;

}

2 Likes