Skip to content

Commit

Permalink
fix dark mode (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut authored Mar 31, 2021
1 parent 1d8284f commit 36d1ab9
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,7 @@ const useStyles = makeStyles(({ breakpoints, constants, palette }: CSFTheme) =>
width: `calc(100% - ${constants.generalUnit * 8}px)`,
marginLeft: constants.generalUnit * 4,
marginRight: constants.generalUnit * 4,
marginBottom: constants.generalUnit * 2,
[breakpoints.up("md")]: {
backgroundColor: palette.common.black.main,
color: palette.common.white.main
},
[breakpoints.down("md")]: {
backgroundColor: palette.common.black.main,
color: palette.common.white.main
}
marginBottom: constants.generalUnit * 2
},
buttonWrapper: {
display: "flex",
Expand Down

0 comments on commit 36d1ab9

Please sign in to comment.