warp phone component & fix background color after auto fit

This commit is contained in:
2025-10-23 17:24:12 +03:00
parent 42882069a7
commit 3aeaa0a9f3
9 changed files with 142 additions and 68 deletions

View File

@@ -44,8 +44,8 @@ export function OfficeBottomSheet({
title={t("address.officeDetails")}
showCloseButton={false}
initialSnap={1}
height={"90vh"}
snapPoints={["90vh"]}
height={705}
snapPoints={[705]}
>
<Form
layout="vertical"

View File

@@ -45,8 +45,8 @@ export function RoomBottomSheet({
title={t("address.roomDetails")}
showCloseButton={false}
initialSnap={1}
height={"85vh"}
snapPoints={["85vh"]}
height={680}
snapPoints={[680]}
>
<Form
layout="vertical"