Extract navigation arrow and give it more padding
This commit is contained in:
+10
-13
@@ -191,11 +191,20 @@ export default StyleSheet.create({
|
||||
},
|
||||
header: {
|
||||
backgroundColor: primaryColor,
|
||||
paddingHorizontal: 15,
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
height: 80
|
||||
},
|
||||
headerCycleDay: {
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'space-between',
|
||||
},
|
||||
headerSymptom: {
|
||||
paddingRight: 20
|
||||
},
|
||||
navigationArrow: {
|
||||
padding: 20
|
||||
},
|
||||
menu: {
|
||||
backgroundColor: primaryColor,
|
||||
alignItems: 'center',
|
||||
@@ -215,18 +224,6 @@ export default StyleSheet.create({
|
||||
menuTextInActive: {
|
||||
color: colorInActive
|
||||
},
|
||||
headerCycleDay: {
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'space-between',
|
||||
},
|
||||
headerSymptom: {
|
||||
flexDirection: 'row',
|
||||
justifyContent: 'space-between',
|
||||
},
|
||||
navigationArrow: {
|
||||
fontSize: 60,
|
||||
color: fontOnPrimaryColor
|
||||
},
|
||||
temperatureTextInput: {
|
||||
fontSize: 20,
|
||||
color: 'black',
|
||||
|
||||
Reference in New Issue
Block a user