Skip to content

Commit

Permalink
removed backgroundColor
Browse files Browse the repository at this point in the history
  • Loading branch information
Meneguini authored and humphd committed Apr 16, 2021
1 parent 53701e0 commit 370df66
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/web/src/components/Posts/Post.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ const useStyles = makeStyles((theme: Theme) =>
overflow: 'auto',
padding: '1em',
color: theme.palette.text.primary,
// backgroundColor: theme.palette.background.default,
backgroundColor: 'lightblue',
backgroundColor: theme.palette.background.default,
width: '95%',
'& a': {
color: theme.palette.action.active,
Expand Down

0 comments on commit 370df66

Please sign in to comment.