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")}
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}
/>