From a9703ae2ba29a68b48f779344722169c4c7bb8d3 Mon Sep 17 00:00:00 2001 From: "Your Name (aider)" Date: Wed, 14 May 2025 17:38:37 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=A7=BB=E9=99=A4=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E9=A2=84=E8=A7=88=E5=8D=A1=E7=89=87=E9=98=B4=E5=BD=B1=E5=B9=B6?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BE=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/screens/previewOrder/perviewOrder.tsx | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/app/screens/previewOrder/perviewOrder.tsx b/app/screens/previewOrder/perviewOrder.tsx index 17495a6..8d5334c 100644 --- a/app/screens/previewOrder/perviewOrder.tsx +++ b/app/screens/previewOrder/perviewOrder.tsx @@ -209,17 +209,19 @@ const styles = StyleSheet.create({ card: { backgroundColor: "#ffffff", // White background for the card borderRadius: 12, // Rounded corners - marginHorizontal: 15, // Horizontal margin + // marginHorizontal: 15, // Removed to align with parent section padding marginTop: 20, // Margin from the top element padding: 18, // Inner padding - shadowColor: "#000", // Shadow for depth - shadowOffset: { - width: 0, - height: 2, - }, - shadowOpacity: 0.1, - shadowRadius: 3.84, - elevation: 5, // Elevation for Android + // shadowColor: "#000", // Removed shadow + // shadowOffset: { + // width: 0, + // height: 2, + // }, + // shadowOpacity: 0.1, + // shadowRadius: 3.84, + // elevation: 5, // Removed elevation + borderWidth: 1, // Add a border to define the card area + borderColor: "#e0e0e0", // Light border color }, cardTitle: { fontSize: 18,