fix bottom sheets height

This commit is contained in:
2025-10-15 21:50:15 +03:00
parent c53cd31063
commit 1c509d915d
7 changed files with 29 additions and 15 deletions

View File

@@ -40,7 +40,7 @@ export function CouponBottomSheet({
title={t("cart.coupon")}
showCloseButton={false}
initialSnap={1}
height={"40vh"}
height={350}
snapPoints={["30vh"]}
>
<div>

View File

@@ -113,7 +113,8 @@ export default function DatePickerBottomSheet({
isOpen={isOpen}
onClose={onClose}
title={t("common.pickYourBirthday")}
snapPoints={["55vh"]}
height={600}
snapPoints={[460]}
showCloseButton={true}
>
<div

View File

@@ -41,7 +41,7 @@ export function TipBottomSheet({
title={t("cart.tip")}
showCloseButton={false}
initialSnap={1}
height={"45vh"}
height={370}
snapPoints={["30vh"]}
>
<div