Added background color, Added Accordion onChange handler

This commit is contained in:
2020-11-17 22:20:50 +01:00
parent 0e3eb8720f
commit 3f267cb009
4 changed files with 21 additions and 15 deletions

View File

@ -10,7 +10,7 @@ import { grey } from '@material-ui/core/colors';
const styles = theme => ({
root: {
padding: '64px',
color: theme.palette.primary.main,
backgroundColor: theme.palette.primary.dark,
}
});