diff --git a/src/schema/quo.cljs b/src/schema/quo.cljs index ff79fc60937e..a6cb76f14846 100644 --- a/src/schema/quo.cljs +++ b/src/schema/quo.cljs @@ -3,7 +3,7 @@ [quo.foundations.colors :as colors] [schema.registry :as registry])) -(def ^:private ?customization-color (into [:enum] colors/account-colors)) +(def ^:private ?customization-color (into [:enum :primary] colors/account-colors)) (def ^:private ?profile-picture-options [:map