Skip to content

Commit

Permalink
[#10366] App Dark mode: signing phrase+message not visible when Signi…
Browse files Browse the repository at this point in the history
…ng message in Dapps

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
  • Loading branch information
flexsurfer committed Apr 20, 2020
1 parent 5380fcd commit 7ad49c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/status_im/ui/screens/signing/styles.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/status_im/ui/screens/signing/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -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])}
Expand Down

0 comments on commit 7ad49c3

Please sign in to comment.