From 3f12e4925f0c7af6bd95a65ffcaf88570b293c05 Mon Sep 17 00:00:00 2001 From: JimmFly Date: Wed, 28 Jun 2023 13:07:33 +0800 Subject: [PATCH] style: remove switch button shadow (#2890) --- packages/component/src/ui/switch/index.css.ts | 1 - 1 file changed, 1 deletion(-) 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)', }, }, });