Browse Source

Fixed text alignement

Arnaud Vergnet 3 years ago
parent
commit
030cf7b795
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/components/Lists/CardList/ImageListItem.js

+ 1
- 0
src/components/Lists/CardList/ImageListItem.js View File

@@ -44,6 +44,7 @@ export default class ImageListItem extends React.Component<Props> {
44 44
                         marginTop: 5,
45 45
                         marginLeft: 'auto',
46 46
                         marginRight: 'auto',
47
+                        textAlign: 'center'
47 48
                     }}>{item.title}</Text>
48 49
                 </View>
49 50
             </TouchableRipple>

Loading…
Cancel
Save