style(admin): standardize subtitle text size and color across admin pages
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user