diff --git a/frontend/app/app.tsx b/frontend/app/app.tsx index 1f29c0559..58a6c755f 100644 --- a/frontend/app/app.tsx +++ b/frontend/app/app.tsx @@ -313,7 +313,7 @@ function AppBackground() { } } const getAvgColor = React.useCallback( - debounce(10, () => { + debounce(30, () => { if ( bgRef.current && PLATFORM !== "darwin" &&