style: remove text-gradient, use global colors

This commit is contained in:
DanielS
2026-08-11 22:08:30 +02:00
parent 7346b42ff3
commit 5b9a0c609d
8 changed files with 9 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ export default async function AdminUsersPage() {
<div className="flex-1 space-y-8 p-8 pt-6">
<div className="flex items-center justify-between space-y-2">
<div>
<h2 className="text-3xl font-bold tracking-tight text-gradient flex items-center gap-3">
<h2 className="text-3xl font-bold tracking-tight text-white flex items-center gap-3">
<Users className="w-8 h-8 text-primary" />
Benutzerverwaltung
</h2>