Skip to content

Commit

Permalink
Update Reports.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ardada2468 authored Jun 12, 2022
1 parent 3306004 commit 427ed8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/main/Reports.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const useStyles = makeStyles(theme => ({
root: {
height: `calc(100vh - ${theme.header.height} - ${theme.footer.height})`,
width: '100vw',
backgroundColor: 'black',
backgroundColor: '#1a1a1a',
},
backdrop: {
position: 'absolute',
Expand Down

0 comments on commit 427ed8d

Please sign in to comment.