Skip to content
Snippets Groups Projects
Commit a2611548 authored by MariaZ's avatar MariaZ
Browse files

Fixes SymptomEditView centering

parent 176b60be
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment