fix icons2
This commit is contained in:
parent
1aaa9acc80
commit
99bd5d80ea
|
@ -7,7 +7,6 @@
|
|||
(defn icon-source [icon]
|
||||
(if-let [icon (get icons (name icon))]
|
||||
icon
|
||||
#(do
|
||||
(log/error "could not find source for " icon " icon")
|
||||
nil)))
|
||||
|
||||
(do
|
||||
(log/error "could not find source for " icon " icon")
|
||||
nil)))
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
:label (if (:muted? @state) "Unmute channel" "Mute channel")
|
||||
:right-icon :main-icons2/chevron-right
|
||||
:sub-label (when (:muted? @state) "Muted for 15 min")}
|
||||
{:icon :main-icons2/scanner
|
||||
{:icon :main-icons2/scan
|
||||
:right-icon :main-icons2/chevron-right
|
||||
:label "Fetch messages"}
|
||||
{:icon :main-icons2/add-user
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
:on-press #(re-frame/dispatch [::qr-scanner/scan-code
|
||||
{:title (i18n/label :t/add-bootnode)
|
||||
:handler :bootnodes.callback/qr-code-scanned}])}
|
||||
:main-icons2/scanner])
|
||||
:main-icons2/scan])
|
||||
|
||||
(defn qr-code []
|
||||
[quo2.button/button
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
:size 32
|
||||
:style {:margin-right 12}
|
||||
:on-press #(re-frame/dispatch [:bottom-sheet/show-sheet :sort-communities {}])}
|
||||
:main-icons2/lightning]
|
||||
:main-icons2/flash]
|
||||
[quo2.button/button
|
||||
{:icon true
|
||||
:type :outline
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
{:theme (theme/get-theme)
|
||||
:title (i18n/label :t/active-members)
|
||||
:accessibility-label :active-members
|
||||
:icon :main-icons2/lightning
|
||||
:icon :main-icons2/flash
|
||||
:new-ui? true}]
|
||||
[quo/list-item
|
||||
{:theme (theme/get-theme)
|
||||
|
|
Loading…
Reference in New Issue