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