Skip to content

Commit

Permalink
Update [id].tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
KyngKai909 authored Apr 5, 2024
1 parent 0205851 commit 787ed34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/pages/validation/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const Page = ({ router }: WithRouterProps) => {
<div className="flex flex-row w-full justify-between">
<div className="text-2xl">Property Details</div>
<div className="flex flex-row items-center gap-4">
<button className="btn border-white border-opacity-10 m-1 btn-square rounded-lg">
<button className="btn btn-sm border-white border-opacity-10 m-1 btn-square rounded-lg">
<svg
width="16"
height="15"
Expand Down Expand Up @@ -176,7 +176,7 @@ const Page = ({ router }: WithRouterProps) => {
<div className="dropdown dropdown-end">
<button
tabIndex={0}
className="btn m-1 border-white border-opacity-10 btn-square rounded-lg"
className="btn btn-sm m-1 border-white border-opacity-10 btn-square rounded-lg"
>
<EllipsisHorizontalIcon className="h-6" />
</button>
Expand Down

0 comments on commit 787ed34

Please sign in to comment.