Skip to content

Commit

Permalink
fix: ensure theme prop is not optional
Browse files Browse the repository at this point in the history
  • Loading branch information
seanstrom committed Apr 3, 2024
1 parent 8806a7c commit 7ac36c5
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 @@ -10,7 +10,7 @@
[:indicator-size {:optional true} [:maybe :int]]
[:indicator-color {:optional true} [:maybe :string]]
[:indicator-center-to-edge {:optional true} [:maybe :int]]
[:theme {:optional true} [:maybe :schema.common/theme]]
[:theme :schema.common/theme]
[:background-color :string]
[:color :string]
[:size :int]
Expand Down

0 comments on commit 7ac36c5

Please sign in to comment.