Remove redundant backgroundColor from Login icon

This commit is contained in:
Deluan 2021-03-31 13:31:03 -04:00 committed by Joe Stump
parent 5825a9de9a
commit 1e841797a2
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9
3 changed files with 0 additions and 7 deletions

View File

@ -40,7 +40,6 @@ const useStyles = makeStyles(
justifyContent: 'center',
},
icon: {
backgroundColor: 'white',
width: '40px',
},
systemName: {

View File

@ -19,9 +19,6 @@ export default {
systemNameLink: {
color: '#fff',
},
icon: {
backgroundColor: 'inherit',
},
welcome: {
color: '#eee',
},

View File

@ -23,9 +23,6 @@ export default {
systemNameLink: {
color: '#fff',
},
icon: {
backgroundColor: 'inherit',
},
welcome: {
color: '#eee',
},