Skip to content

Commit

Permalink
Update ValidationPropertyDetails.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KyngKai909 authored Apr 8, 2024
1 parent 2bfc7a6 commit bde2260
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/nextjs/components/ValidationPropertyDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const PropertyDetails = ({
{/* First col */}
<div className="flex flex-col flex-grow gap-4">
<div className="flex flex-row gap-2 pb-2 items-center">
<div className="text-[3.4vw] sm:text-sm text-zinc-400 font-normal w-3/4">Bed / Bath: </div>
<div className="text-[3.4vw] sm:text-sm text-zinc-400 font-normal w-[90%]">Bed / Bath: </div>
<div className="">
{viewMode ? (
<>
Expand Down Expand Up @@ -95,7 +95,7 @@ const PropertyDetails = ({
</div>
</div>
<div className="flex flex-row gap-2 items-center">
<div className="text-[3.4vw] sm:text-sm text-zinc-400 font-normal w-3/4">Lot size:</div>
<div className="text-[3.4vw] sm:text-sm text-zinc-400 font-normal w-[90%]">Lot size:</div>
<TextInput
className="text-[3.4vw] sm:text-sm h-4"
name="propertySize"
Expand All @@ -105,7 +105,7 @@ const PropertyDetails = ({
></TextInput>
</div>
<div className="flex flex-row gap-2 items-center">
<div className="text-[3.4vw] sm:text-sm text-zinc-400 font-normal w-3/4">Square footage:</div>
<div className="text-[3.4vw] sm:text-sm text-zinc-400 font-normal w-[90%]">Square footage:</div>
<TextInput
className="text-[3.4vw] sm:text-sm h-4"
name="propertySquareFootage"
Expand All @@ -117,7 +117,7 @@ const PropertyDetails = ({
</div>
<div className="flex flex-col flex-grow gap-4">
<div className="flex flex-row gap-2 items-center">
<div className="text-[3.4vw] sm:text-sm text-zinc-400 font-normal w-3/4">Build Year:</div>
<div className="text-[3.4vw] sm:text-sm text-zinc-400 font-normal w-[90%]">Build Year:</div>
<TextInput
className="text-[3.4vw] sm:text-sm h-4"
name="propertyBuildYear"
Expand All @@ -127,7 +127,7 @@ const PropertyDetails = ({
></TextInput>
</div>
<div className="flex flex-row gap-2 items-center">
<div className="text-[3.4vw] sm:text-sm text-zinc-400 font-normal w-3/4">Location:</div>
<div className="text-[3.4vw] sm:text-sm text-zinc-400 font-normal w-[90%]">Location:</div>
<TextInput
className="text-[3.4vw] sm:text-sm h-4"
name="propertyCity"
Expand All @@ -137,7 +137,7 @@ const PropertyDetails = ({
></TextInput>
</div>
<div className="flex flex-row gap-2 items-center">
<div className="text-[3.4vw] sm:text-sm text-zinc-400 font-normal w-3/4">Property Type:</div>
<div className="text-[3.4vw] sm:text-sm text-zinc-400 font-normal w-[90%]">Property Type:</div>
<TextInput
className="text-[3.4vw] sm:text-sm h-4"
name="propertyHouseType"
Expand Down

0 comments on commit bde2260

Please sign in to comment.