Move card header bg to up contrast, fix #2558

This commit is contained in:
nikek
2020-10-12 10:52:03 +02:00
parent caeb82b3d0
commit c26ee13e3e
@@ -25,6 +25,7 @@ const useStyles = makeStyles(theme => ({
padding: theme.spacing(2, 2, 6),
backgroundImage: (props: { backgroundImage: string }) =>
props.backgroundImage,
backgroundPosition: '0 center',
},
content: {
padding: theme.spacing(2),