feat: modify style of contact modal

This commit is contained in:
QiShaoXuan
2022-12-08 21:15:52 +08:00
parent dec83774a1
commit 679cfc979f
@@ -8,12 +8,6 @@ export const StyledModalWrapper = styled('div')(({ theme }) => {
backgroundColor: theme.colors.popoverBackground,
backgroundImage: `url(${bg.src})`,
borderRadius: '20px',
position: 'absolute',
left: 0,
right: 0,
top: 0,
bottom: 0,
margin: 'auto',
};
});