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