Fix transparent bg in suggestions [Spotify-ish] (#964)

This commit is contained in:
Samarjeet 2021-04-02 23:00:27 +05:30 committed by Joe Stump
parent 50d064f05a
commit 88c45abfeb
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -309,11 +309,8 @@ export default {
},
RaSearchInput: {
input: {
// borderRadius: 500,
// width: '20rem',
paddingLeft: '.9rem',
border: 0,
// height: '2.5rem',
},
},
RaFilterButton: {
@ -321,6 +318,11 @@ export default {
marginRight: '1rem',
},
},
RaAutocompleteSuggestionList: {
suggestionsPaper: {
backgroundColor: '#121212',
},
},
RaPaginationActions: {
button: {
backgroundColor: 'inherit',