diff --git a/src/app/components/ImageInput.js b/src/app/components/ImageInput.js index 31562e1..7a45755 100644 --- a/src/app/components/ImageInput.js +++ b/src/app/components/ImageInput.js @@ -74,10 +74,10 @@ function addNewImageBtn() { diff --git a/src/app/components/SvgLabeledButton.js b/src/app/components/SvgLabeledButton.js index d852739..4de3672 100644 --- a/src/app/components/SvgLabeledButton.js +++ b/src/app/components/SvgLabeledButton.js @@ -19,10 +19,10 @@ export default function SvgLabeledButton({ return ( diff --git a/src/app/components/forms/FormField.js b/src/app/components/forms/FormField.js index b17f26a..b906395 100644 --- a/src/app/components/forms/FormField.js +++ b/src/app/components/forms/FormField.js @@ -21,7 +21,7 @@ function IncreaseDecreaseButtons({ content }) { style={{ backgroundColor: colors.primary, width: 35, - height: 42, + height: 48, justifyContent: "center", alignItems: "center", borderRadius: 4, diff --git a/src/app/screens/RainSharingDataScreen.js b/src/app/screens/RainSharingDataScreen.js index a56e713..fcc5584 100644 --- a/src/app/screens/RainSharingDataScreen.js +++ b/src/app/screens/RainSharingDataScreen.js @@ -178,7 +178,6 @@ const styles = StyleSheet.create({ }, labelStyle: { paddingHorizontal: 16, - paddingTop: 24, paddingBottom: 12, fontSize: dimensions.text.secondary, fontWeight: "bold", diff --git a/src/app/screens/RiverFloodSharingDataScreen.js b/src/app/screens/RiverFloodSharingDataScreen.js index 647d928..1585028 100644 --- a/src/app/screens/RiverFloodSharingDataScreen.js +++ b/src/app/screens/RiverFloodSharingDataScreen.js @@ -187,7 +187,6 @@ const styles = StyleSheet.create({ }, labelStyle: { paddingHorizontal: 16, - paddingTop: 24, paddingBottom: 12, fontSize: dimensions.text.secondary, fontWeight: "bold", diff --git a/src/app/screens/SharingFloodZonesScreen.js b/src/app/screens/SharingFloodZonesScreen.js index 7641329..42b9648 100644 --- a/src/app/screens/SharingFloodZonesScreen.js +++ b/src/app/screens/SharingFloodZonesScreen.js @@ -152,7 +152,6 @@ const styles = StyleSheet.create({ fontSize: dimensions.text.secondary, fontWeight: "bold", paddingHorizontal: 16, - paddingTop: 24, paddingBottom: 12, textAlign: "left", color: colors.lightBlue,