makes the action button footer more like buttons

This commit is contained in:
tina
2019-05-01 00:04:38 +02:00
parent c00684ebbb
commit 9c8cc8de2e
2 changed files with 14 additions and 5 deletions
+12 -3
View File
@@ -275,10 +275,19 @@ export default StyleSheet.create({
temperatureTextInputSuggestion: {
color: '#939393'
},
actionButtonRow: {
actionButtonFooter: {
alignItems: 'center',
justifyContent: 'space-around',
flexDirection: 'row',
justifyContent: 'space-evenly',
marginTop: 50
height: 60,
},
actionButtonItem: {
backgroundColor: primaryColor,
alignItems: 'center',
flex: 1,
marginHorizontal: 5,
paddingVertical: 5,
borderRadius: 5,
},
symptomEditButton: {
width: 130