Skip to content

Commit

Permalink
update right label button margin
Browse files Browse the repository at this point in the history
  • Loading branch information
xvvvyz committed Aug 1, 2024
1 parent b58da39 commit 5323b8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/_components/account-profile-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const AccountProfileForm = ({ user }: AccountProfileFormProps) => {
</label>
{form.watch('avatar') && (
<Button
className="absolute right-2 top-0"
className="absolute right-4 top-0"
onClick={() => form.setValue('avatar', null)}
variant="link"
>
Expand Down
2 changes: 1 addition & 1 deletion app/_components/sign-in-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const SignInForm = ({ next }: SignInFormProps) => {
type="password"
/>
<Button
className="absolute right-2 top-0"
className="absolute right-4 top-0"
href="/forgot-password"
variant="link"
>
Expand Down
2 changes: 1 addition & 1 deletion app/_components/subject-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const SubjectForm = ({ subject }: SubjectFormProps) => {
</label>
{form.watch('avatar') && (
<Button
className="absolute right-2 top-0"
className="absolute right-4 top-0"
onClick={() => form.setValue('avatar', null)}
variant="link"
>
Expand Down

0 comments on commit 5323b8f

Please sign in to comment.