mirror of
https://github.com/penpot/penpot.git
synced 2025-03-21 04:01:24 -05:00
🐛 Fix colors with image fill name
This commit is contained in:
parent
9cfc00ce97
commit
93bf8c1478
1 changed files with 1 additions and 1 deletions
|
@ -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))))])))
|
||||
|
|
Loading…
Add table
Reference in a new issue