From bb6bb99879a287039c6b31efaa61c50b2fe63ae7 Mon Sep 17 00:00:00 2001 From: GabrielTrettel Date: Tue, 24 Aug 2021 15:01:59 -0300 Subject: [PATCH] Temporarily reducing the size of the input data button. Switch to the default that is in the prototype. --- src/app/navigation/NewListingButton.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/navigation/NewListingButton.js b/src/app/navigation/NewListingButton.js index abcbc8b..cc15b9d 100644 --- a/src/app/navigation/NewListingButton.js +++ b/src/app/navigation/NewListingButton.js @@ -11,7 +11,7 @@ function NewListingButton({ onPress }) { @@ -23,12 +23,12 @@ const styles = StyleSheet.create({ alignItems: "center", backgroundColor: colors.primary, borderColor: colors.white, - borderRadius: 40, - borderWidth: 10, - bottom: 20, - height: 80, + borderRadius: 50, + borderWidth: 0, + bottom: -4, + height: 40, justifyContent: "center", - width: 80, + width: 40, }, });