Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed Mar 30, 2019
1 parent 07cbb4c commit ba7027c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/status_im/ui/screens/qr_scanner/styles.cljs
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
(ns status-im.ui.screens.qr-scanner.styles
(:require-macros [status-im.utils.styles :as styles])
(:require [status-im.ui.components.colors :as colors]
[status-im.ui.components.toolbar.styles :as toolbar.styles]))

(def barcode-scanner-container
{:flex 1
:background-color :white})

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

(def rectangle-container
{:position :absolute
Expand Down

0 comments on commit ba7027c

Please sign in to comment.