Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix video background darkener
The darkener was shown behind the background, so the background was not
darkened.

Signed-off-by: Daniel Calviño Sánchez <[email protected]>
  • Loading branch information
danxuliu committed Jan 25, 2021
commit bdfbaf7d08ffdd0493240166b858f1e2383582fc
6 changes: 3 additions & 3 deletions src/components/CallView/shared/VideoBackground.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@

<template>
<div class="video-backgroundbackground">
<div
ref="darkener"
class="darken" />
<div
:style="{'background-color': backgroundColor }"
class="video-background" />
<div
ref="darkener"
class="darken" />
</div>
</template>

Expand Down