mirror of https://github.com/vector-im/riot-web
				
				
				
			Fix incoming call box on dark theme
							parent
							
								
									e2111d9161
								
							
						
					
					
						commit
						150e8c9d56
					
				| 
						 | 
					@ -46,7 +46,7 @@ limitations under the License.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .mx_IncomingCallBox {
 | 
					    .mx_IncomingCallBox {
 | 
				
			||||||
        min-width: 250px;
 | 
					        min-width: 250px;
 | 
				
			||||||
        background-color: $secondary-accent-color;
 | 
					        background-color: $primary-bg-color;
 | 
				
			||||||
        padding: 8px;
 | 
					        padding: 8px;
 | 
				
			||||||
        box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.08);
 | 
					        box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.08);
 | 
				
			||||||
        border-radius: 8px;
 | 
					        border-radius: 8px;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue