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