checkout: UI + styles enhacnements
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user