mirror of
https://github.com/penpot/penpot.git
synced 2026-05-17 05:53:45 +00:00
🐛 Allow empty fills in text content
This commit is contained in:
parent
3e30d4776a
commit
f425a5866b
@ -47,7 +47,9 @@
|
||||
[:map
|
||||
[:text :string]
|
||||
[:key {:optional true} :string]
|
||||
[:fills [:vector {:gen/max 2} ::shape/fill]]
|
||||
[:fills {:optional true}
|
||||
[:maybe
|
||||
[:vector {:gen/max 2} ::shape/fill]]]
|
||||
[:font-family {:optional true} :string]
|
||||
[:font-size {:optional true} :string]
|
||||
[:font-style {:optional true} :string]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user