I implemented a color picker like described here.
I then call it like this:
const pickedColor = await showColorPicker();
console.log(pickedColor);
And this is the output:
Is this a typo or am I missing something? Shouldnt it be “green”, instead of “grain”?