mirror of
https://github.com/penpot/penpot.git
synced 2026-04-30 13:49:06 +00:00
🐛 Fix color id on color bullet component (#5731)
This commit is contained in:
parent
7cdb4719bf
commit
2f1daf0649
@ -68,7 +68,7 @@
|
||||
:title (color-title color)}]
|
||||
;; No multiple selection
|
||||
(let [color (if (string? color) {:color color :opacity 1} color)
|
||||
id (:id color)
|
||||
id (or (:ref-id color) (:id color))
|
||||
gradient (:gradient color)
|
||||
opacity (:opacity color)
|
||||
image (:image color)]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user