fix inputs height
This commit is contained in:
@@ -46,8 +46,8 @@ export function GiftBottomSheet({
|
||||
title={t("address.giftDetails")}
|
||||
showCloseButton={false}
|
||||
initialSnap={1}
|
||||
height={755}
|
||||
snapPoints={[755]}
|
||||
height={730}
|
||||
snapPoints={[730]}
|
||||
>
|
||||
<Form
|
||||
layout="vertical"
|
||||
@@ -67,6 +67,7 @@ export function GiftBottomSheet({
|
||||
size="large"
|
||||
style={{
|
||||
fontSize: 14,
|
||||
height: 50,
|
||||
}}
|
||||
autoFocus={false}
|
||||
/>
|
||||
@@ -101,6 +102,7 @@ export function GiftBottomSheet({
|
||||
size="large"
|
||||
style={{
|
||||
fontSize: 14,
|
||||
height: 50,
|
||||
}}
|
||||
autoFocus={false}
|
||||
/>
|
||||
@@ -122,6 +124,7 @@ export function GiftBottomSheet({
|
||||
size="large"
|
||||
style={{
|
||||
fontSize: 14,
|
||||
height: 50,
|
||||
}}
|
||||
autoFocus={false}
|
||||
/>
|
||||
|
||||
@@ -45,8 +45,8 @@ export function OfficeBottomSheet({
|
||||
title={t("address.officeDetails")}
|
||||
showCloseButton={false}
|
||||
initialSnap={1}
|
||||
height={705}
|
||||
snapPoints={[705]}
|
||||
height={685}
|
||||
snapPoints={[685]}
|
||||
>
|
||||
<Form
|
||||
layout="vertical"
|
||||
@@ -66,6 +66,7 @@ export function OfficeBottomSheet({
|
||||
size="large"
|
||||
style={{
|
||||
fontSize: 14,
|
||||
height: 50,
|
||||
}}
|
||||
autoFocus={false}
|
||||
/>
|
||||
@@ -81,6 +82,7 @@ export function OfficeBottomSheet({
|
||||
size="large"
|
||||
style={{
|
||||
fontSize: 14,
|
||||
height: 50,
|
||||
}}
|
||||
autoFocus={false}
|
||||
/>
|
||||
@@ -105,6 +107,7 @@ export function OfficeBottomSheet({
|
||||
size="large"
|
||||
style={{
|
||||
fontSize: 14,
|
||||
height: 50,
|
||||
}}
|
||||
autoFocus={false}
|
||||
/>
|
||||
|
||||
@@ -45,8 +45,8 @@ export function RoomBottomSheet({
|
||||
title={t("address.roomDetails")}
|
||||
showCloseButton={false}
|
||||
initialSnap={1}
|
||||
height={680}
|
||||
snapPoints={[680]}
|
||||
height={665}
|
||||
snapPoints={[665]}
|
||||
>
|
||||
<Form
|
||||
layout="vertical"
|
||||
@@ -66,6 +66,7 @@ export function RoomBottomSheet({
|
||||
size="large"
|
||||
style={{
|
||||
fontSize: 14,
|
||||
height: 50,
|
||||
}}
|
||||
autoFocus={false}
|
||||
/>
|
||||
@@ -80,7 +81,8 @@ export function RoomBottomSheet({
|
||||
size="large"
|
||||
style={{
|
||||
fontSize: 14,
|
||||
}}
|
||||
height: 50,
|
||||
}}
|
||||
autoFocus={false}
|
||||
/>
|
||||
</Form.Item>
|
||||
@@ -90,6 +92,7 @@ export function RoomBottomSheet({
|
||||
size="large"
|
||||
style={{
|
||||
fontSize: 14,
|
||||
height: 50,
|
||||
}}
|
||||
autoFocus={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user