From 4d85fd8fb4e2b6c38aeef081bab26b66257d0643 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Sun, 9 Jan 2022 09:53:16 +0100 Subject: [PATCH] Fix typing notification colors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Šimon Brandner --- res/css/views/rooms/_WhoIsTypingTile.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/views/rooms/_WhoIsTypingTile.scss b/res/css/views/rooms/_WhoIsTypingTile.scss index 49655742bb1..6e223ed0e0b 100644 --- a/res/css/views/rooms/_WhoIsTypingTile.scss +++ b/res/css/views/rooms/_WhoIsTypingTile.scss @@ -43,8 +43,8 @@ limitations under the License. .mx_WhoIsTypingTile_remainingAvatarPlaceholder { position: relative; display: inline-block; - color: #acacac; - background-color: #ddd; + color: $primary-content; + background-color: $quinary-content; border: 1px solid $background; border-radius: 40px; width: 24px;