From f5725176e34e4403eadccac08c16bef197291586 Mon Sep 17 00:00:00 2001 From: Mac Date: Sun, 25 May 2025 20:46:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E4=BB=B7=E6=A0=BC?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E5=8F=98=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/screens/CartScreen.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",