fix(darkmode): fix avatar username color in chat when dark mode is enabled (#20999)

This commit is contained in:
Átila 2024-08-22 15:01:35 -03:00 committed by GitHub
parent f0738c8afb
commit 09f565d0ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -164,7 +164,7 @@ export const ChatAvatar = styled.div<ChatAvatarProps>`
// ================ image ================
// ================ content ================
color: ${colorWhite};
color: ${colorWhite} !important;
font-size: 110%;
text-transform: capitalize;
display: flex;