fix inputs height

This commit is contained in:
2025-11-17 00:40:02 +03:00
parent c9a7cc1b0e
commit e61a74d750
4 changed files with 21 additions and 7 deletions

View File

@@ -46,8 +46,8 @@ export function GiftBottomSheet({
title={t("address.giftDetails")} title={t("address.giftDetails")}
showCloseButton={false} showCloseButton={false}
initialSnap={1} initialSnap={1}
height={755} height={730}
snapPoints={[755]} snapPoints={[730]}
> >
<Form <Form
layout="vertical" layout="vertical"
@@ -67,6 +67,7 @@ export function GiftBottomSheet({
size="large" size="large"
style={{ style={{
fontSize: 14, fontSize: 14,
height: 50,
}} }}
autoFocus={false} autoFocus={false}
/> />
@@ -101,6 +102,7 @@ export function GiftBottomSheet({
size="large" size="large"
style={{ style={{
fontSize: 14, fontSize: 14,
height: 50,
}} }}
autoFocus={false} autoFocus={false}
/> />
@@ -122,6 +124,7 @@ export function GiftBottomSheet({
size="large" size="large"
style={{ style={{
fontSize: 14, fontSize: 14,
height: 50,
}} }}
autoFocus={false} autoFocus={false}
/> />

View File

@@ -45,8 +45,8 @@ export function OfficeBottomSheet({
title={t("address.officeDetails")} title={t("address.officeDetails")}
showCloseButton={false} showCloseButton={false}
initialSnap={1} initialSnap={1}
height={705} height={685}
snapPoints={[705]} snapPoints={[685]}
> >
<Form <Form
layout="vertical" layout="vertical"
@@ -66,6 +66,7 @@ export function OfficeBottomSheet({
size="large" size="large"
style={{ style={{
fontSize: 14, fontSize: 14,
height: 50,
}} }}
autoFocus={false} autoFocus={false}
/> />
@@ -81,6 +82,7 @@ export function OfficeBottomSheet({
size="large" size="large"
style={{ style={{
fontSize: 14, fontSize: 14,
height: 50,
}} }}
autoFocus={false} autoFocus={false}
/> />
@@ -105,6 +107,7 @@ export function OfficeBottomSheet({
size="large" size="large"
style={{ style={{
fontSize: 14, fontSize: 14,
height: 50,
}} }}
autoFocus={false} autoFocus={false}
/> />

View File

@@ -45,8 +45,8 @@ export function RoomBottomSheet({
title={t("address.roomDetails")} title={t("address.roomDetails")}
showCloseButton={false} showCloseButton={false}
initialSnap={1} initialSnap={1}
height={680} height={665}
snapPoints={[680]} snapPoints={[665]}
> >
<Form <Form
layout="vertical" layout="vertical"
@@ -66,6 +66,7 @@ export function RoomBottomSheet({
size="large" size="large"
style={{ style={{
fontSize: 14, fontSize: 14,
height: 50,
}} }}
autoFocus={false} autoFocus={false}
/> />
@@ -80,7 +81,8 @@ export function RoomBottomSheet({
size="large" size="large"
style={{ style={{
fontSize: 14, fontSize: 14,
}} height: 50,
}}
autoFocus={false} autoFocus={false}
/> />
</Form.Item> </Form.Item>
@@ -90,6 +92,7 @@ export function RoomBottomSheet({
size="large" size="large"
style={{ style={{
fontSize: 14, fontSize: 14,
height: 50,
}} }}
autoFocus={false} autoFocus={false}
/> />

View File

@@ -75,6 +75,7 @@ export default function AddressPage() {
placeholder={t("address.floor")} placeholder={t("address.floor")}
style={{ style={{
fontSize: 14, fontSize: 14,
height: 50,
}} }}
autoFocus={false} autoFocus={false}
/> />
@@ -89,6 +90,7 @@ export default function AddressPage() {
placeholder={t("address.aptNumber")} placeholder={t("address.aptNumber")}
style={{ style={{
fontSize: 14, fontSize: 14,
height: 50,
}} }}
autoFocus={false} autoFocus={false}
/> />
@@ -103,6 +105,7 @@ export default function AddressPage() {
placeholder={t("address.street")} placeholder={t("address.street")}
style={{ style={{
fontSize: 14, fontSize: 14,
height: 50,
}} }}
autoFocus={false} autoFocus={false}
/> />
@@ -116,6 +119,7 @@ export default function AddressPage() {
placeholder={t("address.additionalDirection")} placeholder={t("address.additionalDirection")}
style={{ style={{
fontSize: 14, fontSize: 14,
height: 50,
}} }}
autoFocus={false} autoFocus={false}
/> />
@@ -132,6 +136,7 @@ export default function AddressPage() {
placeholder={t("address.addressLabel")} placeholder={t("address.addressLabel")}
style={{ style={{
fontSize: 14, fontSize: 14,
height: 50,
}} }}
autoFocus={false} autoFocus={false}
/> />