From 5d80c3a2a4c05afab79cecf2ee1a6586ac3ce2e9 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 20 May 2019 15:39:06 +0200 Subject: [PATCH] fallback to avatar bg color --- res/css/views/elements/_MessageEditor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/elements/_MessageEditor.scss b/res/css/views/elements/_MessageEditor.scss index f794fcbabd..45f870dd14 100644 --- a/res/css/views/elements/_MessageEditor.scss +++ b/res/css/views/elements/_MessageEditor.scss @@ -66,7 +66,7 @@ limitations under the License. content: var(--avatar-letter); width: 16px; height: 16px; - background: var(--avatar-background); //set on parent by JS + background: var(--avatar-background), $avatar-bg-color; color: $avatar-initial-color; background-repeat: no-repeat; background-size: 16px;