mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 18:48:37 -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
|
[:map
|
||||||
[:text :string]
|
[:text :string]
|
||||||
[:key {:optional true} :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-family {:optional true} :string]
|
||||||
[:font-size {:optional true} :string]
|
[:font-size {:optional true} :string]
|
||||||
[:font-style {:optional true} :string]
|
[:font-style {:optional true} :string]
|
||||||
|
|
Loading…
Add table
Reference in a new issue