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, }, });