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 5, 2024
1 parent e93e573 commit 5992dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/components/ValidationPropertyDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const PropertyDetails = ({
></TextInput>
</>
) : (
<div className="flex flex-col">
<div className="flex flex-col gap-4">
<TextInput
className="text-[3.6vw] sm:text-sm h-4"
name="propertyBedrooms"
Expand Down Expand Up @@ -115,7 +115,7 @@ const PropertyDetails = ({
></TextInput>
</div>
</div>
<div className="flex flex-col flex-grow">
<div className="flex flex-col flex-grow gap-4">
<div className="flex flex-row gap-2 items-center">
<div className="text-[3.6vw] sm:text-sm text-zinc-400 font-normal w-3/4">Build Year:</div>
<TextInput
Expand Down

0 comments on commit 5992dc0

Please sign in to comment.