Merge branch 'action_button_as_buttons' into 'master'

makes the action button footer more like buttons

Closes #318

See merge request bloodyhealth/drip!208
This commit is contained in:
tina
2019-05-10 11:02:33 +00:00
2 changed files with 16 additions and 6 deletions
+14 -4
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: secondaryColor,
alignItems: 'center',
flex: 1,
marginHorizontal: 5,
paddingVertical: 5,
borderRadius: 5,
},
symptomEditButton: {
width: 130
@@ -307,7 +316,8 @@ export default StyleSheet.create({
settingsButton: {
padding: 10,
alignItems: 'center',
margin: 10
margin: 10,
borderRadius: 5,
},
settingsButtonAccent: {
backgroundColor: secondaryColor