fix: added missing color picker (#2241)

This commit is contained in:
Vamsi Krishna
2025-01-21 15:02:20 +05:30
committed by GitHub
parent 97faaf51f1
commit 4e471912bd

View File

@@ -99,7 +99,9 @@ export const InputColorPicker: React.FC<InputColorPickerProps> = (props) => {
ref={setPopperElement}
style={styles.popper}
{...attributes.popper}
></div>
>
<SketchPicker color={value} onChange={handleColorChange} />
</div>
</Popover.Panel>
</Transition>
</>