From 78f352b839f3837a55850ce95bb28c2d15149a20 Mon Sep 17 00:00:00 2001 From: Bruno Windels <274386+bwindels@users.noreply.github.com> Date: Thu, 14 Apr 2022 10:38:08 +0200 Subject: [PATCH] avoid white ring around avatars in dark theme --- src/platform/web/ui/css/themes/element/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/web/ui/css/themes/element/theme.css b/src/platform/web/ui/css/themes/element/theme.css index 688554aa..113ea254 100644 --- a/src/platform/web/ui/css/themes/element/theme.css +++ b/src/platform/web/ui/css/themes/element/theme.css @@ -51,7 +51,7 @@ limitations under the License. .avatar { border-radius: 100%; - background: var(--fixed-white); + background: var(--background-color-primary); color: var(--fixed-white); }