From d379e49e51afe8a8e6d7900648a5d3176e3c1612 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 3 Apr 2026 22:38:14 +0200 Subject: [PATCH] chat counter-color to red --- webapp/assets/_new/styles/tokens.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/assets/_new/styles/tokens.scss b/webapp/assets/_new/styles/tokens.scss index 08d18329b..19c0d821d 100644 --- a/webapp/assets/_new/styles/tokens.scss +++ b/webapp/assets/_new/styles/tokens.scss @@ -426,7 +426,7 @@ $chat-message-timestamp: $text-color-soft; $chat-message-checkmark-seen: $text-color-secondary; $chat-message-checkmark: $text-color-soft; $chat-room-color-counter-badge: $text-color-inverse; -$chat-room-background-counter-badge: $color-secondary; +$chat-room-background-counter-badge: $color-danger; $chat-icon-add: $color-primary; $chat-icon-send: $color-primary; $chat-icon-emoji: $color-primary;