File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/pages/getting-started/authentication Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments