minor change

This commit is contained in:
daniel31x13 2023-10-19 00:17:35 -04:00
parent 93d1b00bbe
commit 42e16cbf04

View File

@ -207,7 +207,7 @@ export default function Account() {
) : undefined}
{user.email !== account.email ? (
<p className="text-gray-500">
<p className="text-gray-500 dark:text-gray-400">
You will need to log back in after you apply this Email.
</p>
) : undefined}