Remove redundant `backgroundColor` from Login icon

This commit is contained in:
Deluan 2021-03-31 13:31:03 -04:00
parent cf72bbfad4
commit 16f6d9466f
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',
},