mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-23 21:06:22 +08:00
fix: mobile modal background is error in dark mode
This commit is contained in:
@@ -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})`,
|
||||||
|
|||||||
Reference in New Issue
Block a user