fix: color of UI in dark mode (#3081)

Co-authored-by: boomlion8 <201116201@manit.ac.in>
Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
boomlion8
2023-07-08 11:30:03 +05:30
committed by GitHub
parent b49306607b
commit a48726d088

View File

@@ -57,16 +57,7 @@ globalStyle(`${urlButton} span`, {
export const fakeWrapper = style({
position: 'relative',
opacity: 0.4,
selectors: {
'&::after': {
content: '""',
width: '100%',
height: '100%',
position: 'absolute',
left: 0,
top: 0,
cursor: 'not-allowed',
},
},
borderRadius: '8px',
background: 'var(--affine-white-60)',
padding: '10px',
});