From c7dc3628e2d58265eb817ad7177f917d00dda903 Mon Sep 17 00:00:00 2001 From: Samarjeet Date: Fri, 2 Apr 2021 23:00:27 +0530 Subject: [PATCH] Fix transparent bg in suggestions [Spotify-ish] (#964) --- ui/src/themes/spotify.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ui/src/themes/spotify.js b/ui/src/themes/spotify.js index 84d92e332..e786eedf2 100644 --- a/ui/src/themes/spotify.js +++ b/ui/src/themes/spotify.js @@ -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',