diff --git a/packages/component/src/ui/switch/index.css.ts b/packages/component/src/ui/switch/index.css.ts index 457a32a768..c91a65b5d2 100644 --- a/packages/component/src/ui/switch/index.css.ts +++ b/packages/component/src/ui/switch/index.css.ts @@ -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)', }, }, });