diff --git a/components/header.js b/components/header.js index a4d3414..cb0e1aa 100644 --- a/components/header.js +++ b/components/header.js @@ -34,6 +34,7 @@ export default class Header extends Component { : + {this.props.title} diff --git a/styles/index.js b/styles/index.js index c1ba8f2..726929f 100644 --- a/styles/index.js +++ b/styles/index.js @@ -54,6 +54,14 @@ export default StyleSheet.create({ color: fontOnPrimaryColor, textAlign: 'center', }, + accentCircle: { + borderColor: secondaryColor, + borderWidth: 2, + width: 50, + height: 50, + borderRadius: 100, + position: 'absolute' + }, cycleDayNumber: { fontSize: 15, color: fontOnPrimaryColor,