Skip to content

Commit

Permalink
Updated to import
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Cai <[email protected]>
  • Loading branch information
ciiay committed Jul 5, 2024
1 parent ab02a77 commit 92f49e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const useDrawerContentStyles = makeStyles(theme => ({
flexFlow: 'column',
height: '100%',
justifyContent: 'space-between',
backgroundColor: theme.palette.background.default,
backgroundColor: `${theme.palette.background.default} !important`,
},
header: {
display: 'flex',
Expand Down

0 comments on commit 92f49e3

Please sign in to comment.