checkout: UI + styles enhacnements

This commit is contained in:
2025-12-30 23:50:42 +03:00
parent 3ed5c4d5d6
commit 5d523e2508
24 changed files with 355 additions and 122 deletions

View File

@@ -71,7 +71,7 @@ export function CustomAmountChoiceBottomSheet({
<ProBottomSheet
isOpen={isOpen}
onClose={onClose}
title={t("splitBill.payAsCustomAmount")}
title={t("splitBill.customAmount")}
showCloseButton={true}
initialSnap={1}
height={425}

View File

@@ -67,7 +67,7 @@ export function EqualltyChoiceBottomSheet({
<ProBottomSheet
isOpen={isOpen}
onClose={onClose}
title={t("splitBill.divideTheBillEqually")}
title={t("splitBill.divideEqually")}
showCloseButton={true}
initialSnap={1}
height={630}

View File

@@ -69,7 +69,7 @@ export function PayForYourItemsChoiceBottomSheet({
<ProBottomSheet
isOpen={isOpen}
onClose={onClose}
title={t("splitBill.payForYourItems")}
title={t("splitBill.payForItems")}
showCloseButton={true}
initialSnap={1}
height={720}