mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 05:49:40 +02:00
fix: added missing color picker (#2241)
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user