From 9501d3b2267019141df58b681793543a6182b3bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Mon, 10 Jan 2022 09:42:34 +0100 Subject: [PATCH] Fix typing notification colors (#7490) --- 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;