fix: mobile modal background is error in dark mode

This commit is contained in:
QiShaoXuan 2022-11-03 14:13:58 +08:00
parent d7be74e0f4
commit d9205bb405

View File

@ -5,7 +5,7 @@ export const ModalWrapper = styled.div(({ theme }) => {
return {
width: '348px',
height: '388px',
background: '#FFFFFF',
background: theme.colors.popoverBackground,
borderRadius: '28px',
position: 'relative',
backgroundImage: `url(${bg.src})`,