fix(darkmode): fix avatar username color in chat when dark mode is enabled (#20999)
This commit is contained in:
parent
f0738c8afb
commit
09f565d0ef
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user