From 37c6e81cbcb9be20245c9ff2f5f487fe539ad76f Mon Sep 17 00:00:00 2001 From: Joooye_34 Date: Tue, 26 Sep 2023 00:50:39 +0800 Subject: [PATCH] fix(component): background animation is different (#4495) --- packages/component/src/components/workspace/index.css.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/component/src/components/workspace/index.css.ts b/packages/component/src/components/workspace/index.css.ts index 1c1cbf8f28..309a0e20f1 100644 --- a/packages/component/src/components/workspace/index.css.ts +++ b/packages/component/src/components/workspace/index.css.ts @@ -7,7 +7,6 @@ export const appStyle = style({ width: '100%', position: 'relative', height: '100vh', - transition: 'background-color .5s', display: 'flex', flexGrow: '1', flexDirection: 'row',