Skip to content

Commit

Permalink
fix: button padding (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofp4444 authored Feb 5, 2024
1 parent b563db5 commit 1bb23d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function ResetPasswordForm() {
<Button
type="button"
title="BACK TO LOGIN"
className="border-quinary bg-quinary text-secondary"
className="border-quinary bg-quinary text-secondary p-4"
/>
</Link>
</div>
Expand Down

0 comments on commit 1bb23d9

Please sign in to comment.