diff --git a/.dumi/pages/index/components/Theme/ColorPicker.tsx b/.dumi/pages/index/components/Theme/ColorPicker.tsx index 3a817f5d89..b969d2b160 100644 --- a/.dumi/pages/index/components/Theme/ColorPicker.tsx +++ b/.dumi/pages/index/components/Theme/ColorPicker.tsx @@ -115,7 +115,12 @@ export default function ColorPicker({ value, onChange }: RadiusPickerProps) { } }} > - + e.stopPropagation()} + /> ); @@ -128,7 +133,7 @@ export default function ColorPicker({ value, onChange }: RadiusPickerProps) { onChange?.(c)} /> } trigger="click" - showArrow={false} + arrow={false} > {colorNode}