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
-1
View File
@@ -40,7 +40,6 @@ const useStyles = makeStyles(
justifyContent: 'center', justifyContent: 'center',
}, },
icon: { icon: {
backgroundColor: 'white',
width: '40px', width: '40px',
}, },
systemName: { systemName: {
-3
View File
@@ -19,9 +19,6 @@ export default {
systemNameLink: { systemNameLink: {
color: '#fff', color: '#fff',
}, },
icon: {
backgroundColor: 'inherit',
},
welcome: { welcome: {
color: '#eee', color: '#eee',
}, },
-3
View File
@@ -23,9 +23,6 @@ export default {
systemNameLink: { systemNameLink: {
color: '#fff', color: '#fff',
}, },
icon: {
backgroundColor: 'inherit',
},
welcome: { welcome: {
color: '#eee', color: '#eee',
}, },