fix the TimeEstimateCard opening

This commit is contained in:
2025-10-15 22:07:42 +03:00
parent 1c509d915d
commit 5e43aeb5a0
3 changed files with 23 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ export function BottomSheet({
title={t("cart.selectTimeEstimate")}
showCloseButton={true}
initialSnap={1}
height={510}
height={555}
snapPoints={["65vh"]}
>
<Content onSave={onSave} initialDate={initialDate} onClose={onClose} />