Skip to content

Commit 4e4feed

Browse files
committed
remove theme
1 parent a4825c9 commit 4e4feed

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/quo/components/share/share_community_channel_qr_code/schema.cljs

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
[:qr-image-uri :string]
99
[:emoji {:optional true} [:maybe :string]]
1010
[:full-name :string]
11-
[:customization-color {:optional true} [:maybe :schema.common/customization-color]]
12-
[:theme :schema.common/theme]]]]
11+
[:customization-color {:optional true} [:maybe :schema.common/customization-color]]]]]
1312
:any])

src/quo/components/share/share_community_channel_qr_code/view.cljs

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
[share-qr-code props]))]]))
3636

3737
(def view
38-
(quo.theme/with-theme
39-
(schema/instrument #'view-internal component-schema/?schema)))
38+
39+
(schema/instrument #'view-internal component-schema/?schema))

0 commit comments

Comments
 (0)