0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-13 07:21:40 -05:00

🐛 Fix text fills with gradient

This commit is contained in:
Alejandro Alonso 2023-06-22 14:08:21 +02:00
parent 74e8081574
commit d02f3ba011

View file

@ -48,7 +48,7 @@
(sm/def! ::gradient
[:map {:title "Gradient"}
[:type [::sm/one-of #{:linear :radial}]]
[:type [::sm/one-of #{:linear :radial "linear" "radial"}]]
[:start-x ::sm/safe-number]
[:start-y ::sm/safe-number]
[:end-x ::sm/safe-number]