diff --git a/components/cycle-day/symptoms/action-button-footer.js b/components/cycle-day/symptoms/action-button-footer.js index f8554b3..28b78fb 100644 --- a/components/cycle-day/symptoms/action-button-footer.js +++ b/components/cycle-day/symptoms/action-button-footer.js @@ -60,7 +60,7 @@ export default class ActionButtonFooter extends Component { } ] return ( - + {buttons.map(({ title, action, disabledCondition, icon }, i) => { const textStyle = [styles.menuText] if (disabledCondition) { @@ -77,7 +77,7 @@ export default class ActionButtonFooter extends Component { return ( diff --git a/styles/index.js b/styles/index.js index 2ef7ebe..1378eab 100644 --- a/styles/index.js +++ b/styles/index.js @@ -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