mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-10 13:46:35 +00:00
e2c178ad43
This is a select component to pick from various supplied colors. Usage: ```qml import StatusQ.Controls 0.1 StatusColorSelector { model: ["red", "blue", "green"] } ``` Closes #444