I'm using react-color's SketchPicker and I only want to keep the section where I can pick the colors as the below image shows
I'm currently using these styles
pickerStyles = {
default: {
picker: {
width: "150px",
height: "200px",
padding: "0",
borderRadius: "0",
}
}
};
<SketchPicker color="#FFFFFF" styles={this.pickerStyles} />
how can I add a display: none to the below elements of the color picker ? Thank you

As you can see in their docs you can add the following props to hide the opacity slider and the predefined colors suggestions: