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

Commit 9b2eb8e

Browse files
committed
Set box-shadow opacity to 20%
Signed-off-by: Šimon Brandner <[email protected]>
1 parent cf21658 commit 9b2eb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/voip/_CallView.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ limitations under the License.
4141
padding-bottom: 8px;
4242
margin-top: 10px;
4343
background-color: $voipcall-plinth-color;
44-
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
44+
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.20);
4545
border-radius: 8px;
4646

4747
.mx_CallView_voice {

0 commit comments

Comments
 (0)