fix bottom sheets height
This commit is contained in:
@@ -24,7 +24,7 @@ export function BottomSheet({
|
||||
title={t("cart.selectTimeEstimate")}
|
||||
showCloseButton={true}
|
||||
initialSnap={1}
|
||||
height={"510px"}
|
||||
height={510}
|
||||
snapPoints={["65vh"]}
|
||||
>
|
||||
<Content onSave={onSave} initialDate={initialDate} onClose={onClose} />
|
||||
|
||||
Reference in New Issue
Block a user