Fixes fertility icon space
This commit is contained in:
+4
-1
@@ -141,7 +141,10 @@ export default class Home extends Component {
|
|||||||
onPress={() => this.props.navigate('Chart')}
|
onPress={() => this.props.navigate('Chart')}
|
||||||
style={styles.homeIconElement}
|
style={styles.homeIconElement}
|
||||||
>
|
>
|
||||||
<View style={styles.homeCircle}>
|
|
||||||
|
<View style={styles.homeCircle} position='absolute' />
|
||||||
|
|
||||||
|
<View style={[styles.homeIconTextWrapper, styles.wrapperCircle]}>
|
||||||
<AppTextLight style={styles.iconText}>
|
<AppTextLight style={styles.iconText}>
|
||||||
{this.state.phase ?
|
{this.state.phase ?
|
||||||
this.state.phase.toString()
|
this.state.phase.toString()
|
||||||
|
|||||||
+7
-3
@@ -100,13 +100,17 @@ export default StyleSheet.create({
|
|||||||
marginBottom: 10,
|
marginBottom: 10,
|
||||||
},
|
},
|
||||||
wrapperCycle: {
|
wrapperCycle: {
|
||||||
width: 70,
|
width: 80,
|
||||||
height: 75
|
height: 77
|
||||||
},
|
},
|
||||||
wrapperDrop: {
|
wrapperDrop: {
|
||||||
|
width: 81,
|
||||||
|
height: 85,
|
||||||
|
marginTop: 20
|
||||||
|
},
|
||||||
|
wrapperCircle: {
|
||||||
width: 80,
|
width: 80,
|
||||||
height: 80,
|
height: 80,
|
||||||
marginTop: 20
|
|
||||||
},
|
},
|
||||||
homeCircle: {
|
homeCircle: {
|
||||||
borderRadius: 100,
|
borderRadius: 100,
|
||||||
|
|||||||
Reference in New Issue
Block a user