mirror of
https://github.com/penpot/penpot.git
synced 2026-03-04 17:24:21 +00:00
🐛 Fix opacity in color picker
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
(mf/use-fn
|
||||
(mf/deps @drag?)
|
||||
(fn [color]
|
||||
(let [recent-color (merge color)
|
||||
(let [recent-color (merge current-color color)
|
||||
recent-color (dc/materialize-color-components recent-color)]
|
||||
(when (not @drag?)
|
||||
(st/emit! (dwl/add-recent-color recent-color)))
|
||||
|
||||
Reference in New Issue
Block a user