Browse Source

购物车价格字体变小

main
Mac 2 weeks ago
parent
commit
f5725176e3
  1. 4
      app/screens/CartScreen.tsx

4
app/screens/CartScreen.tsx

@ -1211,14 +1211,14 @@ const styles = StyleSheet.create({
alignItems: "center",
},
productCodeLabel: {
fontSize: fontSize(20),
fontSize: fontSize(16),
lineHeight: 22,
fontFamily: "Segoe UI",
fontWeight: "700",
color: "#FF5100",
},
productDetailsTextStyle: {
fontSize: fontSize(11),
fontSize: fontSize(10),
fontFamily: "Segoe UI",
fontWeight: "700",
color: "#FF5100",

Loading…
Cancel
Save