From f856f849f6ef812bb1294d5b172ad3f2088d8e8a Mon Sep 17 00:00:00 2001 From: rlacko <rlacko@sch.bme.hu> Date: Sat, 29 Aug 2020 14:06:11 +0200 Subject: [PATCH] modal container background transparent --- src/core/components/CustomModal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/components/CustomModal.tsx b/src/core/components/CustomModal.tsx index ebe9280..c8f9b12 100644 --- a/src/core/components/CustomModal.tsx +++ b/src/core/components/CustomModal.tsx @@ -13,7 +13,7 @@ interface ICustomModalProps { const useStyles = makeStyles((theme) => ({ modal: { - backgroundColor: '#fefefe', + backgroundColor: 'transparent', margin: '7% auto', padding: 'none', border: 'none', -- GitLab