Skip to content

Commit

Permalink
fix(notifications): light mode text color
Browse files Browse the repository at this point in the history
  • Loading branch information
antonstjernquist committed Jan 26, 2024
1 parent 7f96c3c commit c7c61a7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const useStyles = makeStyles((theme) => ({
'-webkit-box-orient': 'vertical',
overflow: 'hidden',
textOverflow: 'ellipsis',
color: theme.palette.text.primary,
},
}));

Expand Down

0 comments on commit c7c61a7

Please sign in to comment.