diff --git a/components/cycle-day/symptom-edit-view.js b/components/cycle-day/symptom-edit-view.js index b6e4195d312b2482934852bce8cf174b8a844ab5..a6e0de9b9245ae5171432513f6afb21f37b3762b 100644 --- a/components/cycle-day/symptom-edit-view.js +++ b/components/cycle-day/symptom-edit-view.js @@ -256,10 +256,10 @@ const styles = StyleSheet.create({ }, modalContainer: { flex: 1, - padding: Spacing.small, - paddingBottom: Spacing.base + padding: Spacing.base, }, modalWindow: { + alignSelf: 'center', backgroundColor: 'white', borderRadius: 10, marginVertical: Sizes.huge * 2, @@ -284,4 +284,4 @@ const mapStateToProps = (state) => { export default connect( mapStateToProps, null, -)(SymptomEditView) \ No newline at end of file +)(SymptomEditView)