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", alignItems: "center",
}, },
productCodeLabel: { productCodeLabel: {
fontSize: fontSize(20), fontSize: fontSize(16),
lineHeight: 22, lineHeight: 22,
fontFamily: "Segoe UI", fontFamily: "Segoe UI",
fontWeight: "700", fontWeight: "700",
color: "#FF5100", color: "#FF5100",
}, },
productDetailsTextStyle: { productDetailsTextStyle: {
fontSize: fontSize(11), fontSize: fontSize(10),
fontFamily: "Segoe UI", fontFamily: "Segoe UI",
fontWeight: "700", fontWeight: "700",
color: "#FF5100", color: "#FF5100",

Loading…
Cancel
Save