Skip to content

Commit

Permalink
Merge pull request #40175 from DrLoopFall/fix-39052
Browse files Browse the repository at this point in the history
Fix inconsistent color in group counter
  • Loading branch information
cristipaval authored Apr 12, 2024
2 parents e74c130 + c0dfb62 commit 4635045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2269,7 +2269,7 @@ const styles = (theme: ThemeColors) =>
},

avatarInnerText: {
color: theme.textLight,
color: theme.text,
fontSize: variables.fontSizeSmall,
lineHeight: undefined,
marginLeft: -3,
Expand Down

0 comments on commit 4635045

Please sign in to comment.