style(admin): standardize subtitle text size and color across admin pages

This commit is contained in:
2026-04-22 12:43:20 -04:00
parent dade434bd7
commit 83672e9325
7 changed files with 11 additions and 7 deletions
@@ -187,7 +187,7 @@ const ProfilePage = ({ user: initialUser }) => {
<h1 className="text-lg sm:text-xl font-semibold text-neutral-900 dark:text-white">
Mon profil
</h1>
<p className="mt-1 text-xs text-neutral-400">
<p className="mt-1 text-[13px] text-neutral-500 dark:text-neutral-400">
Gérez les informations de votre compte
</p>
</div>