[#9360] Dapp's permission form doesn't fit in the bottom sheet
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
02aafeac8b
commit
ec57008834
|
@ -104,7 +104,7 @@
|
|||
[react/view styles/permissions-panel-wallet-icon-container
|
||||
(when icon
|
||||
[icons/icon icon {:color :white}])])]
|
||||
[react/text {:style styles/permissions-panel-title-label}
|
||||
[react/text {:style styles/permissions-panel-title-label :number-of-lines 2}
|
||||
(str "\"" dapp-name "\" " title)]
|
||||
(when (= :wallet type)
|
||||
[react/view styles/permissions-account
|
||||
|
@ -114,7 +114,7 @@
|
|||
:style {:margin-horizontal 6 :color (:color dapps-account) :typography :main-medium
|
||||
:font-size 13}}
|
||||
(:name dapps-account)]]])
|
||||
[react/text {:style styles/permissions-panel-description-label}
|
||||
[react/text {:style styles/permissions-panel-description-label :number-of-lines 2}
|
||||
description]
|
||||
[react/view {:flex-direction :row :margin-top 24}
|
||||
[button/button
|
||||
|
|
Loading…
Reference in New Issue