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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)',
},
},
});