style: remove switch button shadow (#2890)

This commit is contained in:
JimmFly
2023-06-28 13:07:33 +08:00
committed by GitHub
parent 21cb05a30c
commit 3f12e4925f

View File

@@ -31,7 +31,6 @@ export const switchStyle = style({
border: '1px solid var(--affine-black-10)',
background: 'var(--affine-white)',
transform: 'translate(1px, -50%)',
boxShadow: 'var(--affine-toggle-circle-shadow)',
},
},
});