@ -74,10 +74,10 @@ function addNewImageBtn() {
<View style={styles.addBtnContainer}>
<Shadow
viewStyle={{width: "100%"}}
offset={[0, 4]}
distance={4}
offset={[0, 3]}
distance={3}
radius={4}
startColor="rgba(0, 0, 0, 0.25)"
startColor="rgba(0, 0, 0, 0.15)"
paintInside={true}
>
<View style={styles.addBtn}>
@ -19,10 +19,10 @@ export default function SvgLabeledButton({
return (
viewStyle={[{ width: 130, height: 130 }, style]}
<TouchableNativeFeedback onPress={onPress}>
@ -21,7 +21,7 @@ function IncreaseDecreaseButtons({ content }) {
style={{
backgroundColor: colors.primary,
width: 35,
height: 42,
height: 48,
justifyContent: "center",
alignItems: "center",
borderRadius: 4,
@ -178,7 +178,6 @@ const styles = StyleSheet.create({
},
labelStyle: {
paddingHorizontal: 16,
paddingTop: 24,
paddingBottom: 12,
fontSize: dimensions.text.secondary,
fontWeight: "bold",
@ -187,7 +187,6 @@ const styles = StyleSheet.create({
@ -152,7 +152,6 @@ const styles = StyleSheet.create({
textAlign: "left",
color: colors.lightBlue,