0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-20 19:51:23 -05:00

🐛 Fix colors with image fill name

This commit is contained in:
Alejandro Alonso 2024-01-04 12:01:46 +01:00
parent 9cfc00ce97
commit 93bf8c1478

View file

@ -75,5 +75,5 @@
:on-click on-click
:on-double-click on-double-click}
(if (some? image)
(tr "media.image")
(or name (tr "media.image"))
(or name color (uc/gradient-type->string (:type gradient))))])))