bug #2222 - dapp name in two lines and centered
This commit is contained in:
parent
7256ddafa9
commit
ef27444ba8
|
@ -23,7 +23,7 @@
|
||||||
[react/view [chat-icon/contact-icon-view dapp {:size 80}]]]
|
[react/view [chat-icon/contact-icon-view dapp {:size 80}]]]
|
||||||
[react/text {:style styles/dapps-list-item-name
|
[react/text {:style styles/dapps-list-item-name
|
||||||
:font :medium
|
:font :medium
|
||||||
:number-of-lines 1}
|
:number-of-lines 2}
|
||||||
name]]]]])
|
name]]]]])
|
||||||
|
|
||||||
;; TODO(oskarth): Move this to top level discover ns
|
;; TODO(oskarth): Move this to top level discover ns
|
||||||
|
|
|
@ -210,7 +210,8 @@
|
||||||
:padding 4
|
:padding 4
|
||||||
:margin 4
|
:margin 4
|
||||||
:color styles/text1-color
|
:color styles/text1-color
|
||||||
:font-size 14})
|
:font-size 14
|
||||||
|
:text-align :center})
|
||||||
|
|
||||||
(defstyle dapps-list-item-avatar-container
|
(defstyle dapps-list-item-avatar-container
|
||||||
{:flex-direction :column
|
{:flex-direction :column
|
||||||
|
|
Loading…
Reference in New Issue