diff options
Diffstat (limited to 'ui/app/components/modals/qr-scanner/index.scss')
-rw-r--r-- | ui/app/components/modals/qr-scanner/index.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/app/components/modals/qr-scanner/index.scss b/ui/app/components/modals/qr-scanner/index.scss index 6fa81d51..c882d940 100644 --- a/ui/app/components/modals/qr-scanner/index.scss +++ b/ui/app/components/modals/qr-scanner/index.scss @@ -1,7 +1,7 @@ .qr-scanner { width: 100%; height: 100%; - background-color: #fff; + background-color: $dark-gray; display: flex; flex-flow: column; border-radius: 8px; @@ -80,4 +80,3 @@ font-weight: 300; } } - |