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,