Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed Mar 31, 2019
1 parent ba7027c commit d7c86af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/status_im/ui/screens/qr_scanner/styles.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
:background-color :white})

(styles/defstyle barcode-scanner
{:flex 1
:android {:marginTop toolbar.styles/toolbar-height}})
{:flex 1
:elevation -10
:android {:marginTop 10}})

(def rectangle-container
{:position :absolute
Expand Down
2 changes: 1 addition & 1 deletion src/status_im/ui/screens/qr_scanner/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
(defview qr-scanner-toolbar [title identifier]
[react/view
[status-bar/status-bar]
[toolbar/toolbar nil
[toolbar/toolbar {:style {:background-color :white}}
[toolbar/nav-button (actions/back
#(do
(re-frame/dispatch [:qr-scanner.callback/scan-qr-code-cancel identifier])
Expand Down

0 comments on commit d7c86af

Please sign in to comment.