diff --git a/packages/component/src/components/workspace/index.tsx b/packages/component/src/components/workspace/index.tsx index 1c21aed14c..f194e06c24 100644 --- a/packages/component/src/components/workspace/index.tsx +++ b/packages/component/src/components/workspace/index.tsx @@ -17,8 +17,7 @@ export const AppContainer: FC = ({ useBlurBackground, children, }) => { - const noisyBackground = - useNoisyBackground && environment.isDesktop && environment.isMacOs; + const noisyBackground = useNoisyBackground && environment.isDesktop; return (