mirror of
https://github.com/penpot/penpot.git
synced 2025-07-21 05:17:13 +02:00
🐛 Fix several issues related to invalid colors inserted on shadows
This commit is contained in:
parent
162507264c
commit
179d534237
12 changed files with 266 additions and 113 deletions
|
@ -80,9 +80,6 @@
|
|||
(= id :multiple)
|
||||
(= file-id :multiple)))
|
||||
|
||||
(def empty-color
|
||||
(into {} (map #(vector % nil)) [:color :id :file-id :gradient :opacity :image]))
|
||||
|
||||
(defn get-color-name
|
||||
[color]
|
||||
(or (:color-library-name color)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue