mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 10:56:20 +00:00
🐛 Fix colors with image fill name
This commit is contained in:
parent
9cfc00ce97
commit
93bf8c1478
@ -75,5 +75,5 @@
|
|||||||
:on-click on-click
|
:on-click on-click
|
||||||
:on-double-click on-double-click}
|
:on-double-click on-double-click}
|
||||||
(if (some? image)
|
(if (some? image)
|
||||||
(tr "media.image")
|
(or name (tr "media.image"))
|
||||||
(or name color (uc/gradient-type->string (:type gradient))))])))
|
(or name color (uc/gradient-type->string (:type gradient))))])))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user