diff --git a/common/src/app/common/types/shape/text.cljc b/common/src/app/common/types/shape/text.cljc index 3eb0918f8..89851ba8e 100644 --- a/common/src/app/common/types/shape/text.cljc +++ b/common/src/app/common/types/shape/text.cljc @@ -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]