0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 00:01:51 -05:00

🐛 Fix delete library color

This commit is contained in:
Andrés Moya 2022-08-24 10:04:05 +02:00
parent 5a0ec9525b
commit b072c1d1d1

View file

@ -1119,7 +1119,7 @@
(on-assets-delete)
(st/emit! (dwu/start-undo-transaction)
(dwl/delete-color color)
(dwl/sync-file file-id file-id :color (:id color))
(dwl/sync-file file-id file-id :colors (:id color))
(dwu/commit-undo-transaction)))))
rename-color-clicked