diff --git a/frontend/src/app/main/ui/components/color_bullet.cljs b/frontend/src/app/main/ui/components/color_bullet.cljs index eb1795427e..79fae7c6b3 100644 --- a/frontend/src/app/main/ui/components/color_bullet.cljs +++ b/frontend/src/app/main/ui/components/color_bullet.cljs @@ -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)]