Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix VoIP PIP frame color #5701

Merged
merged 7 commits into from
Apr 27, 2021
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
Next Next commit
Increase drop shadow alpha to 0.45
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
  • Loading branch information
SimonBrandner committed Apr 23, 2021
commit 2d17ba445a45e9807ed8d7c6b78e50bd5b635a74
2 changes: 1 addition & 1 deletion res/css/views/voip/_CallView.scss
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ limitations under the License.
padding-bottom: 8px;
margin-top: 10px;
background-color: $voipcall-plinth-color;
box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.08);
box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.45);
border-radius: 8px;

.mx_CallView_voice {