Skip to content

Commit c9c6f0b

Browse files
docs: fixed the resend logo for dark mode (#11117)
* fixed the resend logo for dark mode * fixed: resend logo for dark mode * changed to currentColor background
1 parent df3ff6a commit c9c6f0b

File tree

1 file changed

+1
-1
lines changed
  • docs/pages/getting-started/authentication

1 file changed

+1
-1
lines changed

docs/pages/getting-started/authentication/email.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This login mechanism starts by the user providing their email address at the log
3838
orientation="vertical"
3939
className="!border border-neutral-200 dark:border-neutral-700 aria-selected:!bg-neutral-100 aria-selected:dark:!bg-neutral-950 dark:!bg-neutral-900 !bg-white !h-auto !w-auto !gap-2 !justify-start p-6 px-8 rounded-md outline-none transition-all duration-300 hover:bg-neutral-200 !font-normal"
4040
>
41-
<img className="size-16" src={`/img/providers/resend.svg`} />
41+
<img className="size-16 dark:bg-[currentColor]" src={`/img/providers/resend.svg`} />
4242
<div className="text-sm text-center">Resend</div>
4343
</RichTabs.Trigger>
4444
<RichTabs.Trigger

0 commit comments

Comments
 (0)