From c0dfb62b52034090bca50fa022c3d3aaf6dc6d74 Mon Sep 17 00:00:00 2001 From: DrLoopFall Date: Fri, 12 Apr 2024 18:35:29 +0530 Subject: [PATCH] Fix inconsistent color in group counter --- src/styles/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/index.ts b/src/styles/index.ts index f472834c4b33..1499ba87e82e 100644 --- a/src/styles/index.ts +++ b/src/styles/index.ts @@ -2269,7 +2269,7 @@ const styles = (theme: ThemeColors) => }, avatarInnerText: { - color: theme.textLight, + color: theme.text, fontSize: variables.fontSizeSmall, lineHeight: undefined, marginLeft: -3,