From 027e50d822737329cb95c2b1e3dbd487cf18332a Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Wed, 2 Oct 2019 21:51:35 +0200 Subject: fix(Basic Auth): Fix Basic Auth overlay background in Dark Mode --- src/components/ui/Modal/styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/ui') 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 => ({ display: 'flex', }, modal: { - background: '#FFF', + background: theme.colorModalBackground, maxWidth: '90%', height: 'auto', margin: 'auto auto', -- cgit v1.2.3-70-g09d2