Remi05 / outlines

An app to help review your UI implementation.
MIT License
7 stars 0 forks source link

Copying a color from the color picker is hard #43

Open Remi05 opened 3 years ago

Remi05 commented 3 years ago

The color picker is currently a live one, there is no way to select or save a color at a given point, and since moving your cursor to copy the value in the color picker panel changes the target color, you effectively have to note it down manually.

It would be useful to be able to explicitly select a color without it changing when you move the cursor. It could also be useful to quiclky copy the RBG or Hex value of the selected color by clicking on the field in the color picker panel.