Fix transparent background in Spotify-ish (#1030)

This commit is contained in:
Samarjeet 2021-04-14 06:35:25 +05:30 committed by GitHub
parent b55d582882
commit c86d2a93b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 24 deletions

View File

@ -73,21 +73,11 @@ export default {
},
background: {
default: '#121212',
paper: 'inherit',
paper: '#121212',
},
type: 'dark',
},
overrides: {
MuiPopover: {
paper: {
backgroundColor: '#121212',
},
},
MuiDialog: {
paper: {
backgroundColor: '#121212',
},
},
MuiFormGroup: {
root: {
color: spotifyGreen['500'],
@ -103,16 +93,10 @@ export default {
margin: '.75rem 0',
},
},
MuiIconButton: {
label: {
// color: '#fff'
},
},
MuiButton: {
root: {
background: spotifyGreen['500'],
color: '#fff',
// margin: '5px',
border: '1px solid transparent',
borderRadius: 500,
'&:hover': {
@ -279,14 +263,12 @@ export default {
},
systemName: {
marginTop: '0.5em',
// borderBottom: '1px solid #282828',
marginBottom: '1em',
},
icon: {
backgroundColor: 'inherit',
},
card: {
// background: 'none',
background: 'none',
boxShadow: 'none',
padding: '10px 0',
@ -302,6 +284,11 @@ export default {
background: 'linear-gradient(#171717, #121212)',
},
},
RaList: {
content: {
backgroundColor: 'inherit',
},
},
RaListToolbar: {
toolbar: {
padding: '0 .55rem !important',
@ -318,11 +305,6 @@ export default {
marginRight: '1rem',
},
},
RaAutocompleteSuggestionList: {
suggestionsPaper: {
backgroundColor: '#121212',
},
},
RaPaginationActions: {
button: {
backgroundColor: 'inherit',