Skip to content

Commit c2fb274

Browse files
authored
Fix styles for update profile with dark mode
1 parent aba3270 commit c2fb274

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/js/pages/settings/Profile.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)