[#10366] App Dark mode: signing phrase+message not visible when Signing message in Dapps
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
5380fcd68f
commit
7ad49c3670
|
@ -18,7 +18,7 @@
|
|||
:padding-right 24
|
||||
:margin-bottom 19})
|
||||
|
||||
(def message
|
||||
(defn message []
|
||||
{:background-color colors/white
|
||||
:border-top-right-radius 16
|
||||
:border-top-left-radius 16
|
||||
|
|
|
@ -263,7 +263,7 @@
|
|||
small-screen? [:dimensions/small-screen?]]
|
||||
(if (= type :pinless)
|
||||
[signature-request sign small-screen?]
|
||||
[react/view styles/message
|
||||
[react/view (styles/message)
|
||||
[react/view styles/message-header
|
||||
[react/text {:style {:typography :title-bold}} (i18n/label :t/signing-a-message)]
|
||||
[react/touchable-highlight {:on-press #(re-frame/dispatch [:signing.ui/cancel-is-pressed])}
|
||||
|
|
Loading…
Reference in New Issue