fix token-icon

This commit is contained in:
andrey 2021-09-13 10:55:43 +02:00
parent e2ddf7517f
commit 52647b88a7
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 6 additions and 5 deletions

View File

@ -21,6 +21,7 @@
[status-im.ui.components.tabs :as tabs]
[quo.design-system.colors :as quo-colors]
[status-im.multiaccounts.update.core :as multiaccounts.update]
[status-im.ui.screens.wallet.components.views :as wallet.components]
[status-im.utils.handlers :refer [<sub]])
(:require-macros [status-im.utils.views :as views]))
@ -149,11 +150,11 @@
{:title (:name collectible)
:text-size :large
:icon
[list/item-image {:style {:border-radius 40
:overflow :hidden
:border-width 1
:border-color "#EEF2F5"}
:source {:uri (:image_url collectible)}}]
[wallet.components/token-icon {:style {:border-radius 40
:overflow :hidden
:border-width 1
:border-color "#EEF2F5"}
:source {:uri (:image_url collectible)}}]
:accessory :text
:accessory-text (:owned_asset_count collectible)}]]
:padding-vertical 0