♻️ Convert color-inputs to modern rumext * format

Rename component to color-inputs*.
This commit is contained in:
Andrey Antukh
2026-04-02 16:26:51 +00:00
parent c0d9abc61d
commit cdebe0f23e

View File

@@ -28,7 +28,7 @@
[val]
(* (/ val 255) 100))
(mf/defc color-inputs [{:keys [type color disable-opacity on-change]}]
(mf/defc color-inputs* [{:keys [type color disable-opacity on-change]}]
(let [{red :r green :g blue :b
hue :h saturation :s value :v
hex :hex alpha :alpha} color