aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/Modal
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-10-02 21:51:35 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-10-02 21:51:35 +0200
commit027e50d822737329cb95c2b1e3dbd487cf18332a (patch)
treee8d13f9da0b68e4cc7f94ed797552c391bb1efd4 /src/components/ui/Modal
parentUse native window.open (diff)
downloadferdium-app-027e50d822737329cb95c2b1e3dbd487cf18332a.tar.gz
ferdium-app-027e50d822737329cb95c2b1e3dbd487cf18332a.tar.zst
ferdium-app-027e50d822737329cb95c2b1e3dbd487cf18332a.zip
fix(Basic Auth): Fix Basic Auth overlay background in Dark Mode
Diffstat (limited to 'src/components/ui/Modal')
-rw-r--r--src/components/ui/Modal/styles.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ui/Modal/styles.js b/src/components/ui/Modal/styles.js
index 49b970c97..c2bebf9bb 100644
--- a/src/components/ui/Modal/styles.js
+++ b/src/components/ui/Modal/styles.js
@@ -13,7 +13,7 @@ export default theme => ({
13 display: 'flex', 13 display: 'flex',
14 }, 14 },
15 modal: { 15 modal: {
16 background: '#FFF', 16 background: theme.colorModalBackground,
17 maxWidth: '90%', 17 maxWidth: '90%',
18 height: 'auto', 18 height: 'auto',
19 margin: 'auto auto', 19 margin: 'auto auto',