We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e91e9 commit ef4cee6Copy full SHA for ef4cee6
stylesheets/_modules.scss
@@ -4551,6 +4551,10 @@ button.module-image__border-overlay:focus {
4551
bottom: 16px;
4552
}
4553
4554
+ &__background {
4555
+ background-color: variables.$color-gray-78;
4556
+ }
4557
+
4558
&__video {
4559
height: 100%;
4560
width: 100%;
ts/components/CallScreen.tsx
@@ -508,7 +508,10 @@ export function CallScreen({
508
ref={setLocalPreviewContainer}
509
/>
510
) : (
511
- <CallBackgroundBlur avatarUrl={me.avatarUrl}>
+ <CallBackgroundBlur
512
+ className="module-ongoing-call__local-preview__background"
513
+ avatarUrl={me.avatarUrl}
514
+ >
515
<Avatar
516
avatarPlaceholderGradient={me.avatarPlaceholderGradient}
517
avatarUrl={me.avatarUrl}
0 commit comments