fixed kyber extension UI
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
f18886cf52
commit
d38fa87818
|
@ -396,7 +396,7 @@
|
|||
|
||||
(def capacities
|
||||
{:components {'view {:value view}
|
||||
'scroll-view {:value scroll-view}
|
||||
'scroll-view {:value scroll-view :properties {:keyboard-should-persist-taps :keyword :content-container-style :map}}
|
||||
'keyboard-avoiding-view {:value react/keyboard-avoiding-view}
|
||||
'text {:value text}
|
||||
'touchable-opacity {:value touchable-opacity :properties {:on-press :event}}
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
(defview settings-hook []
|
||||
(letsubs [{:keys [label view]} [:get-screen-params :wallet-settings-hook]
|
||||
{address :address} [:account/account]]
|
||||
[react/view {:style {:flex 1 :background-color colors/blue}}
|
||||
[react/keyboard-avoiding-view {:style {:flex 1 :background-color colors/blue}}
|
||||
[status-bar/status-bar {:type :wallet}]
|
||||
[toolbar/toolbar {:style wallet.styles/toolbar}
|
||||
[toolbar/nav-button (actions/back-white #(do (re-frame/dispatch [:update-wallet])
|
||||
|
|
Loading…
Reference in New Issue