feat: replace react-color with AntD ColorPicker for theming support (#34712)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Maxime Beauchemin
2025-08-15 11:05:30 -07:00
committed by GitHub
parent fc95c4fc89
commit fbcdf6909c
12 changed files with 222 additions and 220 deletions

View File

@@ -259,7 +259,7 @@ const ContourPopoverControl = ({
hovered
/>
<ColorPickerControl
value={typeof contour === 'object' && contour?.color}
value={typeof contour === 'object' ? contour?.color : undefined}
onChange={updateColor}
/>
</Col>