Fix: text align left
This commit is contained in:
@@ -10,7 +10,6 @@ const styles = theme => ({
|
||||
detailsContainer: {
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'space-between',
|
||||
position: 'absolute',
|
||||
top: '60%',
|
||||
@@ -35,8 +34,9 @@ const styles = theme => ({
|
||||
},
|
||||
rootIconText: {
|
||||
margin: 0,
|
||||
padding: theme.spacing(0.5,0),
|
||||
padding: theme.spacing(0.5,2),
|
||||
color: theme.palette.secondary.dark,
|
||||
justifyContent: 'flex-start',
|
||||
'& p ': {
|
||||
color: theme.palette.secondary.text,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user