Fix transparent bg in suggestions [Spotify-ish] (#964)
This commit is contained in:
@@ -309,11 +309,8 @@ export default {
|
|||||||
},
|
},
|
||||||
RaSearchInput: {
|
RaSearchInput: {
|
||||||
input: {
|
input: {
|
||||||
// borderRadius: 500,
|
|
||||||
// width: '20rem',
|
|
||||||
paddingLeft: '.9rem',
|
paddingLeft: '.9rem',
|
||||||
border: 0,
|
border: 0,
|
||||||
// height: '2.5rem',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
RaFilterButton: {
|
RaFilterButton: {
|
||||||
@@ -321,6 +318,11 @@ export default {
|
|||||||
marginRight: '1rem',
|
marginRight: '1rem',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
RaAutocompleteSuggestionList: {
|
||||||
|
suggestionsPaper: {
|
||||||
|
backgroundColor: '#121212',
|
||||||
|
},
|
||||||
|
},
|
||||||
RaPaginationActions: {
|
RaPaginationActions: {
|
||||||
button: {
|
button: {
|
||||||
backgroundColor: 'inherit',
|
backgroundColor: 'inherit',
|
||||||
|
|||||||
Reference in New Issue
Block a user