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',