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/text {:style styles/dapps-list-item-name
|
||||
:font :medium
|
||||
:number-of-lines 1}
|
||||
:number-of-lines 2}
|
||||
name]]]]])
|
||||
|
||||
;; TODO(oskarth): Move this to top level discover ns
|
||||
|
|
|
@ -210,7 +210,8 @@
|
|||
:padding 4
|
||||
:margin 4
|
||||
:color styles/text1-color
|
||||
:font-size 14})
|
||||
:font-size 14
|
||||
:text-align :center})
|
||||
|
||||
(defstyle dapps-list-item-avatar-container
|
||||
{:flex-direction :column
|
||||
|
|
Loading…
Reference in New Issue