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 committed Apr 29, 2024
1 parent d2184db commit 08b65d6
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 08b65d6

Please sign in to comment.