diff --git a/ui/src/layout/Login.js b/ui/src/layout/Login.js index 105ac97eb..e17468ce1 100644 --- a/ui/src/layout/Login.js +++ b/ui/src/layout/Login.js @@ -40,7 +40,6 @@ const useStyles = makeStyles( justifyContent: 'center', }, icon: { - backgroundColor: 'white', width: '40px', }, systemName: { diff --git a/ui/src/themes/dark.js b/ui/src/themes/dark.js index 0962a03da..7e7f80673 100644 --- a/ui/src/themes/dark.js +++ b/ui/src/themes/dark.js @@ -19,9 +19,6 @@ export default { systemNameLink: { color: '#fff', }, - icon: { - backgroundColor: 'inherit', - }, welcome: { color: '#eee', }, diff --git a/ui/src/themes/spotify.js b/ui/src/themes/spotify.js index daaf54cb0..e1837550e 100644 --- a/ui/src/themes/spotify.js +++ b/ui/src/themes/spotify.js @@ -23,9 +23,6 @@ export default { systemNameLink: { color: '#fff', }, - icon: { - backgroundColor: 'inherit', - }, welcome: { color: '#eee', },