improvement: show queue color picker on focus

This commit is contained in:
canove
2021-01-14 21:16:28 -03:00
parent f9b61cd398
commit 7b4f38965e
2 changed files with 10 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ const ColorPicker = ({ onChange, currentColor, handleClose, open }) => {
const handleChange = color => {
setColor(color.hex);
handleClose();
};
return (