From d02f3ba0113478d384daeb150669d1a970dd5896 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 22 Jun 2023 14:08:21 +0200 Subject: [PATCH] :bug: Fix text fills with gradient --- common/src/app/common/types/color.cljc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/app/common/types/color.cljc b/common/src/app/common/types/color.cljc index 68f41c7a6..7af88eb33 100644 --- a/common/src/app/common/types/color.cljc +++ b/common/src/app/common/types/color.cljc @@ -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]