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

@@ -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}
/>