mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 09:08:31 -05:00
🐛 Allow empty fills in text content
This commit is contained in:
parent
3e30d4776a
commit
f425a5866b
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue