Skip to content
Snippets Groups Projects
Commit 08603e48 authored by Julia Friesel's avatar Julia Friesel
Browse files

Add accent circle

parent e2f34a5e
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ export default class Header extends Component {
</View >
:
<View style={styles.header}>
<View style={styles.accentCircle} />
<Text style={styles.dateHeader}>
{this.props.title}
</Text>
......
......@@ -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,
......
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