Merge pull request #2851 from spotify/nikek/card-bg

Move card header bg to up contrast, fix #2558
This commit is contained in:
Niklas Ek
2020-10-12 11:44:29 +02:00
committed by GitHub
@@ -25,6 +25,7 @@ const useStyles = makeStyles(theme => ({
padding: theme.spacing(2, 2, 6),
backgroundImage: (props: { backgroundImage: string }) =>
props.backgroundImage,
backgroundPosition: 0,
},
content: {
padding: theme.spacing(2),