mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
🐛 Fix shadows color using libraries
This commit is contained in:
parent
79963d1eab
commit
e97245c762
1 changed files with 1 additions and 2 deletions
|
@ -112,8 +112,7 @@
|
|||
(fn [color]
|
||||
(st/emit! (dch/update-shapes
|
||||
ids
|
||||
#(assoc-in % [:shadow index :color]
|
||||
(dissoc color :id :file-id))))))
|
||||
#(assoc-in % [:shadow index :color] color)))))
|
||||
|
||||
detach-color
|
||||
(mf/use-fn
|
||||
|
|
Loading…
Add table
Reference in a new issue