Skip to content
Snippets Groups Projects
Commit 1b5c637d authored by mashazyu's avatar mashazyu
Browse files

Fixes fertility icon space

parent 0c22644c
Branches
Tags
No related merge requests found
......@@ -141,7 +141,10 @@ export default class Home extends Component {
onPress={() => this.props.navigate('Chart')}
style={styles.homeIconElement}
>
<View style={styles.homeCircle}>
<View style={styles.homeCircle} position='absolute' />
<View style={[styles.homeIconTextWrapper, styles.wrapperCircle]}>
<AppTextLight style={styles.iconText}>
{this.state.phase ?
this.state.phase.toString()
......
......@@ -100,13 +100,17 @@ export default StyleSheet.create({
marginBottom: 10,
},
wrapperCycle: {
width: 70,
height: 75
width: 80,
height: 77
},
wrapperDrop: {
width: 81,
height: 85,
marginTop: 20
},
wrapperCircle: {
width: 80,
height: 80,
marginTop: 20
},
homeCircle: {
borderRadius: 100,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment