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:
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),
|
||||
|
||||
Reference in New Issue
Block a user