Skip to content

Commit

Permalink
Update ValidationPropertyOverview.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KyngKai909 authored Apr 7, 2024
1 parent 2a61b47 commit dec1615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/components/ValidationPropertyOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const PropertyOverview = ({ deedData, isOwner, isValidator, refresh }: Props) =>
</button>
</div>

<hr className="my-0 opacity-10" />
<hr className="my-0 border-white opacity-10" />
{/* Buttons */}
<div className="flex flex-row w-full items-center justify-between">
<div className="flex flex-row">
Expand Down

0 comments on commit dec1615

Please sign in to comment.