@@ -570,10 +570,13 @@ export function SignInComponentLoaded() {
570570 resend
571571 // eslint-disable-next-line react/no-unstable-nested-components
572572 fallback = { ( { resendableAfter } ) => (
573- < p className = 'text-gray-11 border border-transparent px-2.5 py-1.5 text-center text-base font-medium' >
573+ < LinkButton
574+ type = 'button'
575+ disabled
576+ >
574577 { t ( 'signIn.emailCode.resendButton' ) } (
575578 < span className = 'tabular-nums' > { resendableAfter } </ span > )
576- </ p >
579+ </ LinkButton >
577580 ) }
578581 >
579582 < LinkButton type = 'button' > { t ( 'signIn.emailCode.resendButton' ) } </ LinkButton >
@@ -655,10 +658,13 @@ export function SignInComponentLoaded() {
655658 resend
656659 // eslint-disable-next-line react/no-unstable-nested-components
657660 fallback = { ( { resendableAfter } ) => (
658- < p className = 'text-gray-11 border border-transparent px-2.5 py-1.5 text-center text-base font-medium' >
661+ < LinkButton
662+ type = 'button'
663+ disabled
664+ >
659665 { t ( 'signIn.phoneCode.resendButton' ) } (
660666 < span className = 'tabular-nums' > { resendableAfter } </ span > )
661- </ p >
667+ </ LinkButton >
662668 ) }
663669 >
664670 < LinkButton type = 'button' > { t ( 'signIn.phoneCode.resendButton' ) } </ LinkButton >
@@ -737,10 +743,13 @@ export function SignInComponentLoaded() {
737743 resend
738744 // eslint-disable-next-line react/no-unstable-nested-components
739745 fallback = { ( { resendableAfter } ) => (
740- < p className = 'text-gray-11 border border-transparent px-2.5 py-1.5 text-center text-base font-medium' >
746+ < LinkButton
747+ type = 'button'
748+ disabled
749+ >
741750 { t ( 'signIn.emailLink.resendButton' ) } (
742751 < span className = 'tabular-nums' > { resendableAfter } </ span > )
743- </ p >
752+ </ LinkButton >
744753 ) }
745754 >
746755 < LinkButton type = 'button' > { t ( 'signIn.emailLink.resendButton' ) } </ LinkButton >
@@ -777,10 +786,13 @@ export function SignInComponentLoaded() {
777786 resend
778787 // eslint-disable-next-line react/no-unstable-nested-components
779788 fallback = { ( { resendableAfter } ) => (
780- < p className = 'text-gray-11 border border-transparent px-2.5 py-1.5 text-center text-base font-medium' >
789+ < LinkButton
790+ type = 'button'
791+ disabled
792+ >
781793 { t ( 'signIn.phoneCode.resendButton' ) } (
782794 < span className = 'tabular-nums' > { resendableAfter } </ span > )
783- </ p >
795+ </ LinkButton >
784796 ) }
785797 >
786798 < LinkButton type = 'button' > { t ( 'signIn.phoneCode.resendButton' ) } </ LinkButton >
0 commit comments