File size: 324 Bytes
87337b1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
.colorPicker :global(.react-colorful) {
width: 220px;
height: 8px;
}
.colorPicker :global(.react-colorful__saturation) {
display: none;
}
.colorPicker :global(.react-colorful__hue) {
border-radius: 8px !important;
height: 8px;
}
.colorPicker :global(.react-colorful__pointer) {
width: 24px;
height: 24px;
}
|