mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
Merge pull request #5543 from matrix-org/dbkr/fix_incoming_call_dark_theme_rel
Fix incoming call box on dark theme
This commit is contained in:
commit
35965aa276
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue