mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 14:28:51 +08:00
feat: modify style of contact modal
This commit is contained in:
@@ -8,12 +8,6 @@ export const StyledModalWrapper = styled('div')(({ theme }) => {
|
|||||||
backgroundColor: theme.colors.popoverBackground,
|
backgroundColor: theme.colors.popoverBackground,
|
||||||
backgroundImage: `url(${bg.src})`,
|
backgroundImage: `url(${bg.src})`,
|
||||||
borderRadius: '20px',
|
borderRadius: '20px',
|
||||||
position: 'absolute',
|
|
||||||
left: 0,
|
|
||||||
right: 0,
|
|
||||||
top: 0,
|
|
||||||
bottom: 0,
|
|
||||||
margin: 'auto',
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user