diff --git a/src/ThemeConstants.ts b/src/ThemeConstants.ts index c8a6804..85b16b5 100644 --- a/src/ThemeConstants.ts +++ b/src/ThemeConstants.ts @@ -175,8 +175,8 @@ export const themeConfig: ThemeConfig = { boxShadow: "0 1px 3px rgba(0,0,0,0.1)", padding: 16, paddingLG: 16, - borderRadius: 24, - borderRadiusLG: 24, + borderRadius: 16, + borderRadiusLG: 16, }, Carousel: { colorBgContainer: lightColors["800"], diff --git a/src/pages/order/page.tsx b/src/pages/order/page.tsx index b028e3b..88d17be 100644 --- a/src/pages/order/page.tsx +++ b/src/pages/order/page.tsx @@ -242,28 +242,32 @@ export default function OrderPage() { display: "flex", flexDirection: "row", gap: "1rem", - backgroundColor: "rgba(255, 183, 0, 0.08)", + backgroundColor: "#f5f5f6", borderRadius: "12px", padding: 16, }} > -
- + {t("order.yourOrderFromFascanoRestaurant")}
@@ -459,31 +463,33 @@ export default function OrderPage() { - setIsOpen(true)} - > -
setIsOpen(true)} > -
- - {t("order.inviteToBill")} - +
+
+ + {t("order.inviteToBill")} + +
-
- + + )} setIsOpen(false)} /> @@ -534,18 +540,20 @@ export default function OrderPage() { - - - + {hasClosedStatus && ( + + + + )} );