Skip to content

Commit

Permalink
fix: add :primary as customization color for profile images
Browse files Browse the repository at this point in the history
primary is being used as the default color for accounts that were migrated without customization color to a default color
  • Loading branch information
seanstrom authored and mariia-skrypnyk committed May 8, 2024
1 parent f932601 commit f45e5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/quo.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f45e5a1

Please sign in to comment.