mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 15:09:10 -05:00
Merge pull request #3337 from penpot/superalex-fix-text-fills-with-gradient
🐛 Fix text fills with gradient
This commit is contained in:
commit
2db5925e60
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue