From 5b50b2b48f16b7cc8c77fd258bfc9a114410f38c Mon Sep 17 00:00:00 2001 From: Sean Hagstrom Date: Mon, 29 Apr 2024 15:19:55 +0100 Subject: [PATCH] fix: add `:primary` as customization color for profile images primary is being used as the default color for accounts that were migrated without customization color to a default color --- src/schema/quo.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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