fix bottom sheets height
This commit is contained in:
@@ -41,7 +41,7 @@ export function TipBottomSheet({
|
||||
title={t("cart.tip")}
|
||||
showCloseButton={false}
|
||||
initialSnap={1}
|
||||
height={"45vh"}
|
||||
height={370}
|
||||
snapPoints={["30vh"]}
|
||||
>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user