Merge pull request #2851 from spotify/nikek/card-bg
Move card header bg to up contrast, fix #2558
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user