working on gift flow
This commit is contained in:
@@ -45,8 +45,8 @@ export function GiftBottomSheet({
|
||||
title={t("address.giftDetails")}
|
||||
showCloseButton={false}
|
||||
initialSnap={1}
|
||||
height={"90vh"}
|
||||
snapPoints={["90vh"]}
|
||||
height={755}
|
||||
snapPoints={[755]}
|
||||
>
|
||||
<Form
|
||||
layout="vertical"
|
||||
@@ -114,6 +114,7 @@ export function GiftBottomSheet({
|
||||
autoFocus={false}
|
||||
/>
|
||||
</Form.Item>
|
||||
|
||||
<Form.Item
|
||||
name="senderPhone"
|
||||
label={t("address.senderPhone")}
|
||||
@@ -130,6 +131,22 @@ export function GiftBottomSheet({
|
||||
/>
|
||||
</Form.Item>
|
||||
|
||||
<Form.Item
|
||||
name="senderEmail"
|
||||
label={t("address.senderEmail")}
|
||||
rules={[{ required: true, message: "" }]}
|
||||
colon={false}
|
||||
>
|
||||
<Input
|
||||
placeholder={t("address.senderEmail")}
|
||||
size="large"
|
||||
style={{
|
||||
fontSize: 14,
|
||||
}}
|
||||
autoFocus={false}
|
||||
/>
|
||||
</Form.Item>
|
||||
|
||||
<Form.Item
|
||||
name="isSecret"
|
||||
rules={[{ required: true, message: "" }]}
|
||||
|
||||
Reference in New Issue
Block a user