mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Fix text fills with gradient
This commit is contained in:
parent
74e8081574
commit
d02f3ba011
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user