mirror of
https://github.com/status-im/status-react.git
synced 2025-01-12 12:04:52 +00:00
fixes #406 (waiting for a new wallet icon)
Former-commit-id: c61c7ccbc5830e4d5ff741e679e8ccc470d57613
This commit is contained in:
parent
0a33da12be
commit
788cbc34f3
@ -17,12 +17,9 @@
|
|||||||
(first name)]])
|
(first name)]])
|
||||||
|
|
||||||
(defn chat-icon [photo-path {:keys [size border]}]
|
(defn chat-icon [photo-path {:keys [size border]}]
|
||||||
[view
|
|
||||||
(merge st/default-border-style
|
|
||||||
border
|
|
||||||
(st/border-style size))
|
|
||||||
[image {:source {:uri photo-path}
|
[image {:source {:uri photo-path}
|
||||||
:style (st/image-style size)}]])
|
:style (merge st/default-image-style
|
||||||
|
(st/image-style size))}])
|
||||||
|
|
||||||
(defn dapp-badge [styles]
|
(defn dapp-badge [styles]
|
||||||
[view st/online-view-wrapper
|
[view st/online-view-wrapper
|
||||||
@ -92,7 +89,6 @@
|
|||||||
:online-dot-left st/online-dot-left
|
:online-dot-left st/online-dot-left
|
||||||
:online-dot-right st/online-dot-right
|
:online-dot-right st/online-dot-right
|
||||||
:size 64
|
:size 64
|
||||||
:border {}
|
|
||||||
:chat-icon st/chat-icon-message-status
|
:chat-icon st/chat-icon-message-status
|
||||||
:default-chat-icon (st/default-chat-icon-message-status color)
|
:default-chat-icon (st/default-chat-icon-message-status color)
|
||||||
:default-chat-icon-text st/message-status-icon-text}])
|
:default-chat-icon-text st/message-status-icon-text}])
|
||||||
|
@ -173,7 +173,7 @@
|
|||||||
(def container-message-status
|
(def container-message-status
|
||||||
{:margin-top 20})
|
{:margin-top 20})
|
||||||
|
|
||||||
(def default-border-style
|
(def default-image-style
|
||||||
{:margin 4})
|
{:margin 4})
|
||||||
|
|
||||||
(defn border-style [size]
|
(defn border-style [size]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user