Remove redundant backgroundColor from Login icon
This commit is contained in:
@@ -40,7 +40,6 @@ const useStyles = makeStyles(
|
|||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
},
|
},
|
||||||
icon: {
|
icon: {
|
||||||
backgroundColor: 'white',
|
|
||||||
width: '40px',
|
width: '40px',
|
||||||
},
|
},
|
||||||
systemName: {
|
systemName: {
|
||||||
|
|||||||
@@ -19,9 +19,6 @@ export default {
|
|||||||
systemNameLink: {
|
systemNameLink: {
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
},
|
},
|
||||||
icon: {
|
|
||||||
backgroundColor: 'inherit',
|
|
||||||
},
|
|
||||||
welcome: {
|
welcome: {
|
||||||
color: '#eee',
|
color: '#eee',
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -23,9 +23,6 @@ export default {
|
|||||||
systemNameLink: {
|
systemNameLink: {
|
||||||
color: '#fff',
|
color: '#fff',
|
||||||
},
|
},
|
||||||
icon: {
|
|
||||||
backgroundColor: 'inherit',
|
|
||||||
},
|
|
||||||
welcome: {
|
welcome: {
|
||||||
color: '#eee',
|
color: '#eee',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user