Skip to content

Commit

Permalink
Fix button margin in user page
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkrider0007 committed Nov 21, 2023
1 parent dc69d76 commit bb9ab0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/user/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export default function Page({ params }: any) {
</div>
<button
type="submit"
className="px-3 py-1.5 border border-[#fefefe] mt-4 rounded-lg hover:bg-white hover:text-black hover:px-3.2 hover:py-1.7"
className="px-3 py-1.5 border border-[#fefefe] my-4 rounded-lg hover:bg-white hover:text-black hover:px-3.2 hover:py-1.7"
>
Update
</button>
Expand Down

0 comments on commit bb9ab0b

Please sign in to comment.