cart & checkout: UI enhacnements
This commit is contained in:
@@ -42,7 +42,7 @@ export function TipBottomSheet({
|
||||
showCloseButton={false}
|
||||
initialSnap={1}
|
||||
height={370}
|
||||
snapPoints={["30vh"]}
|
||||
snapPoints={[370]}
|
||||
>
|
||||
<div
|
||||
style={{
|
||||
@@ -52,7 +52,9 @@ export function TipBottomSheet({
|
||||
justifyContent: "center",
|
||||
}}
|
||||
>
|
||||
<WaiterRewardingIcon />
|
||||
<div style={{ marginTop: 20 }}>
|
||||
<WaiterRewardingIcon />
|
||||
</div>
|
||||
|
||||
<br />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user