Skip to content
Snippets Groups Projects
Commit 94d991d8 authored by tina's avatar tina
Browse files

little improvements to view styling

parent e9ebde91
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ export default class Stats extends Component {
}
return (
<ScrollView>
<View style={styles.appHorizontalMargin}>
<View style={[styles.appHorizontalMargin, styles.appVerticalMargin]}>
<AppText style={styles.appTextTitle}>{labels.cycleLengthTitle}</AppText>
<AppText style={styles.appBottomMargin}>{labels.cycleLengthExplainer}</AppText>
{!atLeastOneCycle &&
......
......@@ -16,6 +16,9 @@ export default StyleSheet.create({
color: 'black',
marginBottom: 5,
},
appVerticalMargin: {
marginTop: 10,
},
appHorizontalMargin: {
marginHorizontal: 10,
},
......@@ -29,7 +32,7 @@ export default StyleSheet.create({
textAlignVertical: 'center'
},
dateHeader: {
fontSize: 18,
fontSize: 22,
fontWeight: 'bold',
color: fontOnPrimaryColor,
textAlign: 'center',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment