Merge pull request #5543 from matrix-org/dbkr/fix_incoming_call_dark_theme_rel

Fix incoming call box on dark theme
pull/21833/head
David Baker 2021-01-13 18:02:46 +00:00 committed by GitHub
commit 35965aa276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ limitations under the License.
.mx_IncomingCallBox {
min-width: 250px;
background-color: $secondary-accent-color;
background-color: $voipcall-plinth-color;
padding: 8px;
box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.08);
border-radius: 8px;