fix bg color of calls

This commit is contained in:
Bruno Windels 2023-02-07 22:18:13 +01:00
parent b6c7bbb05c
commit 93661690e1

View File

@ -37,7 +37,7 @@ limitations under the License.
.CallView_members {
display: grid;
gap: 12px;
background: var(--background-color-secondary--darker-60);
background: var(--background-color-secondary--darker-5);
padding: 12px;
margin: 0;
min-height: 0;