Improved readability
This commit is contained in:
parent
524dd5362a
commit
49fa8a82e3
1 changed files with 1 additions and 1 deletions
|
@ -203,13 +203,13 @@ class ServicesScreen extends React.Component<Props> {
|
|||
<TouchableRipple
|
||||
style={{
|
||||
margin: 5,
|
||||
marginBottom: 20,
|
||||
}}
|
||||
onPress={() => this.props.navigation.navigate("services-section", {data: item})}
|
||||
>
|
||||
<View>
|
||||
<Card.Title
|
||||
title={item.title}
|
||||
subtitle={item.description}
|
||||
left={(props) => this.getAvatar(props, item.image)}
|
||||
right={(props) => <List.Icon {...props} icon="chevron-right"/>}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue