mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
fix bg color of calls
This commit is contained in:
parent
b6c7bbb05c
commit
93661690e1
@ -37,7 +37,7 @@ limitations under the License.
|
|||||||
.CallView_members {
|
.CallView_members {
|
||||||
display: grid;
|
display: grid;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
background: var(--background-color-secondary--darker-60);
|
background: var(--background-color-secondary--darker-5);
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user