parent
a03b1a0357
commit
8d8170d9ab
|
@ -17,7 +17,8 @@
|
||||||
|
|
||||||
(defn title-content [tag]
|
(defn title-content [tag]
|
||||||
[view st/tag-title-container
|
[view st/tag-title-container
|
||||||
[text {:style st/tag-title} (str " #" tag)]])
|
[view {:style st/tag-container}
|
||||||
|
[text {:style st/tag-title} (str " #" tag)]]])
|
||||||
|
|
||||||
(defn discovery-tag []
|
(defn discovery-tag []
|
||||||
(let [tag (subscribe [:get :current-tag])
|
(let [tag (subscribe [:get :current-tag])
|
||||||
|
@ -31,7 +32,7 @@
|
||||||
:style st/icon-back}
|
:style st/icon-back}
|
||||||
:handler #(dispatch [:navigate-back])}
|
:handler #(dispatch [:navigate-back])}
|
||||||
:title "Add Participants"
|
:title "Add Participants"
|
||||||
:content (title-content @tag)
|
:custom-content (title-content @tag)
|
||||||
:action {:image {:source {:uri :icon_search}
|
:action {:image {:source {:uri :icon_search}
|
||||||
:style st/icon-search}
|
:style st/icon-search}
|
||||||
:handler (fn [])}}]
|
:handler (fn [])}}]
|
||||||
|
|
Loading…
Reference in New Issue