From 09f565d0ef157727e498b5f7c10628e86773d4f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81tila?= <91704222+AtilaU19@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:01:35 -0300 Subject: [PATCH] fix(darkmode): fix avatar username color in chat when dark mode is enabled (#20999) --- .../chat-graphql/chat-message-list/page/chat-message/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigbluebutton-html5/imports/ui/components/chat/chat-graphql/chat-message-list/page/chat-message/styles.ts b/bigbluebutton-html5/imports/ui/components/chat/chat-graphql/chat-message-list/page/chat-message/styles.ts index 6e35e3471b..95274606c8 100644 --- a/bigbluebutton-html5/imports/ui/components/chat/chat-graphql/chat-message-list/page/chat-message/styles.ts +++ b/bigbluebutton-html5/imports/ui/components/chat/chat-graphql/chat-message-list/page/chat-message/styles.ts @@ -164,7 +164,7 @@ export const ChatAvatar = styled.div` // ================ image ================ // ================ content ================ - color: ${colorWhite}; + color: ${colorWhite} !important; font-size: 110%; text-transform: capitalize; display: flex;