Merge pull request #6779 from penpot/niwinz-staging-hotfix-2

🐛 Fix regression on changing color type on fills
This commit is contained in:
Alejandro Alonso
2025-06-25 12:27:34 +02:00
committed by GitHub

View File

@@ -91,7 +91,8 @@
on-change
(fn [index]
(fn [color]
(st/emit! (dc/change-fill ids color index))))
(let [color (select-keys color ctc/color-attrs)]
(st/emit! (dc/change-fill ids color index)))))
on-reorder
(fn [new-index]