File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
resources/js/pages/settings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,13 +72,13 @@ const submit = () => {
7272 </div >
7373
7474 <div v-if =" mustVerifyEmail && !user.email_verified_at" >
75- <p class =" mt-2 text-sm text-neutral-800 " >
75+ <p class =" mt-2 text-sm text-muted-foreground " >
7676 Your email address is unverified.
7777 <Link
7878 :href =" route('verification.send')"
7979 method =" post"
8080 as =" button"
81- class =" focus:outline-hidden rounded-md text-sm text -neutral-600 underline hover:text-neutral-900 focus:ring-2 focus:ring-offset-2 "
81+ class =" hover:decoration-current! text-foreground underline decoration -neutral-300 underline-offset-4 transition-colors duration-300 ease-out dark:decoration-neutral-500 "
8282 >
8383 Click here to re-send the verification email.
8484 </Link >
You can’t perform that action at this time.
0 commit comments