refactor about section

This commit is contained in:
mashazyu
2019-01-03 17:03:12 +01:00
parent a359f8b8fc
commit 067da42eba
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import styles from '../../styles'
const SettingsSegment = ({ children, ...props }) => {
return (
<View style={styles.settingsSegment}>
<View style={[styles.settingsSegment, props.style]}>
<AppText style={styles.settingsSegmentTitle}>{props.title}</AppText>
{children}
</View>