- enhancedcamera settings and region painter.
- Can send to the back end
This commit is contained in:
@@ -10,6 +10,7 @@ const ColourPicker = ({ colour, setColour }: ColourPickerProps) => {
|
||||
name=""
|
||||
id=""
|
||||
value={colour}
|
||||
disabled
|
||||
onChange={(e) => setColour(e.target.value)}
|
||||
className="h-8 w-8 p-0 rounded-md border border-slate-500 cursor-pointer"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user