Set box-shadow opacity to 20%

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-04-27 15:27:11 +02:00
parent cf21658e30
commit 9b2eb8ebc0
No known key found for this signature in database
GPG key ID: 9760693FDD98A790

View file

@ -41,7 +41,7 @@ limitations under the License.
padding-bottom: 8px;
margin-top: 10px;
background-color: $voipcall-plinth-color;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.20);
border-radius: 8px;
.mx_CallView_voice {