upload 04/08
This commit is contained in:
@@ -37,6 +37,7 @@ const ItemProductSave = ({ product }: { product: any }) => {
|
||||
source={require("../../../assets/images/icon_heart.png")}
|
||||
style={styles.imgsave}
|
||||
alt="icon-heart"
|
||||
resizeMode="contain"
|
||||
/>
|
||||
</View>
|
||||
</TouchableOpacity>
|
||||
@@ -74,10 +75,10 @@ const ItemProductSave = ({ product }: { product: any }) => {
|
||||
|
||||
const styles = StyleSheet.create({
|
||||
productItem: {
|
||||
width: winWidth / 2 - 20,
|
||||
width: winWidth / 2 - 15,
|
||||
},
|
||||
productImage: {
|
||||
width: winWidth / 2 - 20,
|
||||
width: "100%",
|
||||
height: 200,
|
||||
position: "relative",
|
||||
marginBottom: 5,
|
||||
@@ -85,6 +86,7 @@ const styles = StyleSheet.create({
|
||||
borderColor: "#d3d3d3",
|
||||
backgroundColor: "#fff",
|
||||
borderRadius: 8,
|
||||
overflow: "hidden",
|
||||
},
|
||||
productImg: {
|
||||
width: "100%",
|
||||
|
||||
Reference in New Issue
Block a user