💄(frontend) increase the blur intensity

Bump the blur strength applied to virtual backgrounds so it obscures
the background more effectively.

Requested by users.
This commit is contained in:
lebaudantoine
2026-08-21 19:48:01 +02:00
parent 8d28343e80
commit e204cd7f38
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -19,6 +19,7 @@ and this project adheres to
- ⬆️(frontend) upgrade i18next and react-i18next patch versions - ⬆️(frontend) upgrade i18next and react-i18next patch versions
- ⬆️(frontend) upgrade posthog-js from 1.395.0 to 1.404.1 - ⬆️(frontend) upgrade posthog-js from 1.395.0 to 1.404.1
- ⬆️(frontend) upgrade livekit-client and @livekit/components-react - ⬆️(frontend) upgrade livekit-client and @livekit/components-react
- 💄(frontend) increase the blur intensity
### Fixed ### Fixed
@@ -37,8 +37,8 @@ import { reportError } from '@/features/analytics/telemetry'
enum BlurRadius { enum BlurRadius {
NONE = 0, NONE = 0,
LIGHT = 5, LIGHT = 10,
NORMAL = 10, NORMAL = 20,
} }
const isSupported = BackgroundProcessorFactory.isSupported() const isSupported = BackgroundProcessorFactory.isSupported()