Fix: text align left

This commit is contained in:
2019-09-11 10:32:19 +02:00
parent 079cc18f5f
commit a804655113
+2 -2
View File
@@ -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,
}