Use a diff type of blur one that does not flicker
This commit is contained in:
parent
e5fae1a346
commit
fb7c1e9030
4 changed files with 24 additions and 19 deletions
|
@ -27,10 +27,9 @@ export const CallBackgroundBlur = ({
|
|||
};
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="module-calling__background" {...backgroundProps} />
|
||||
<div className="module-calling__background--blur" />
|
||||
<div className="module-calling__background">
|
||||
<div className="module-calling__background--blur" {...backgroundProps} />
|
||||
{children}
|
||||
</>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue