forked from vergnet/application-amicale
Fixed text alignement
This commit is contained in:
parent
e8fc8b79dc
commit
030cf7b795
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ export default class ImageListItem extends React.Component<Props> {
|
||||||
marginTop: 5,
|
marginTop: 5,
|
||||||
marginLeft: 'auto',
|
marginLeft: 'auto',
|
||||||
marginRight: 'auto',
|
marginRight: 'auto',
|
||||||
|
textAlign: 'center'
|
||||||
}}>{item.title}</Text>
|
}}>{item.title}</Text>
|
||||||
</View>
|
</View>
|
||||||
</TouchableRipple>
|
</TouchableRipple>
|
||||||
|
|
Loading…
Reference in a new issue