Browse Source

Temporarily reducing the size of the input data button. Switch to the default that is in the prototype.

master
GabrielTrettel 3 years ago
parent
commit
bb6bb99879
  1. 12
      src/app/navigation/NewListingButton.js

12
src/app/navigation/NewListingButton.js

@ -11,7 +11,7 @@ function NewListingButton({ onPress }) {
<MaterialCommunityIcons <MaterialCommunityIcons
name="plus-circle" name="plus-circle"
color={colors.white} color={colors.white}
size={40}
size={30}
/> />
</View> </View>
</TouchableOpacity> </TouchableOpacity>
@ -23,12 +23,12 @@ const styles = StyleSheet.create({
alignItems: "center", alignItems: "center",
backgroundColor: colors.primary, backgroundColor: colors.primary,
borderColor: colors.white, borderColor: colors.white,
borderRadius: 40,
borderWidth: 10,
bottom: 20,
height: 80,
borderRadius: 50,
borderWidth: 0,
bottom: -4,
height: 40,
justifyContent: "center", justifyContent: "center",
width: 80,
width: 40,
}, },
}); });

Loading…
Cancel
Save