diff --git a/components/stats.js b/components/stats.js index c1e4475..d7e6e3b 100644 --- a/components/stats.js +++ b/components/stats.js @@ -26,7 +26,7 @@ export default class Stats extends Component { } return ( - + {labels.cycleLengthTitle} {labels.cycleLengthExplainer} {!atLeastOneCycle && diff --git a/styles/index.js b/styles/index.js index 73d4b12..49d5f32 100644 --- a/styles/index.js +++ b/styles/index.js @@ -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',