Skip to content

Commit

Permalink
Change text colour
Browse files Browse the repository at this point in the history
  • Loading branch information
he-patrick committed Sep 5, 2024
1 parent 56debca commit 54e719b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/features/chat/components/web/ChatMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const useStyles = makeStyles()((theme: Theme) => {
maxWidth: '300px',
maxHeight: '400px',
overflowY: 'auto',
color: theme.palette.text02
color: theme.palette.text01
},
reactionItem: {
display: 'flex',
Expand Down

0 comments on commit 54e719b

Please sign in to comment.