From 93661690e134e340a7363a330e39828430c11425 Mon Sep 17 00:00:00 2001 From: Bruno Windels <274386+bwindels@users.noreply.github.com> Date: Tue, 7 Feb 2023 22:18:13 +0100 Subject: [PATCH] fix bg color of calls --- src/platform/web/ui/css/themes/element/call.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/web/ui/css/themes/element/call.css b/src/platform/web/ui/css/themes/element/call.css index 3efe3c56..9b525dc2 100644 --- a/src/platform/web/ui/css/themes/element/call.css +++ b/src/platform/web/ui/css/themes/element/call.css @@ -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;