Fix Sequence component not switching background on dark mode (#652)

* Remove white background fixing dark mode

* Added vertical padding to content
This commit is contained in:
Jose Balanza Martinez
2020-04-26 10:06:47 -05:00
committed by GitHub
parent 2526eebdf1
commit ce1825d4db
@@ -26,8 +26,7 @@ import SequenceFooter from './SequenceFooter';
const useStyles = makeStyles((theme: any) => ({
content: {
padding: theme.spacing(0, 4, 4, 4),
backgroundColor: 'white',
padding: theme.spacing(4, 4, 4, 4),
},
completionBox: {
padding: theme.spacing(3),