order: enhance UI & styles

This commit is contained in:
2025-12-31 17:46:46 +03:00
parent 2416b37069
commit 1d2c1fda87
16 changed files with 470 additions and 249 deletions

View File

@@ -31,7 +31,7 @@ export default function BriefMenuCard() {
return (
<>
<ProInputCard
title={t("checkout.itemsSummary")}
title={t("checkout.orderSummary")}
dividerStyle={{ margin: "5px 0 0 0" }}
>
<div

View File

@@ -66,7 +66,7 @@ export default function CheckoutPage() {
value={order?.officeNumber}
/>
)}
{orderType === OrderType.Gift && <GiftCard />}
{/* {orderType === OrderType.Gift && <GiftCard />} */}
{/* <RoomDetails />
<OfficeDetails /> */}
{/* <GiftDetails /> */}