diff --git a/app/screens/CartScreen.tsx b/app/screens/CartScreen.tsx index 227f168..f43cccd 100644 --- a/app/screens/CartScreen.tsx +++ b/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",