From 16f6d9466fe1f73af43a8a9f93e9c29735ff2c94 Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 31 Mar 2021 13:31:03 -0400 Subject: [PATCH] Remove redundant `backgroundColor` from Login icon --- ui/src/layout/Login.js | 1 - ui/src/themes/dark.js | 3 --- ui/src/themes/spotify.js | 3 --- 3 files changed, 7 deletions(-) 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', },