diff --git a/src/core/components/CustomModal.tsx b/src/core/components/CustomModal.tsx index ebe9280af03d121caf5036a06720ab969a21e3c3..c8f9b1250a14b5b0c2a4e0911bebef5dc83edaeb 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',