mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-27 18:32:29 +03:00
fix: mobile modal background is error in dark mode
This commit is contained in:
parent
d7be74e0f4
commit
d9205bb405
@ -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})`,
|
||||
|
Loading…
Reference in New Issue
Block a user