mirror of
https://github.com/penpot/penpot.git
synced 2026-04-11 21:58:38 +02:00
♻️ Convert color-inputs to modern rumext * format
Rename component to color-inputs*.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user