fix: adjust user form text colors for light theme

This commit is contained in:
2026-02-12 17:17:56 +01:00
parent 19a9014f61
commit ac4cdd2f45
3 changed files with 9 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ export function UserFormWrapper() {
</DialogTrigger>
<DialogContent className="sm:max-w-106.25 bg-card text-white border-border">
<DialogHeader>
<DialogTitle>Add New User</DialogTitle>
<DialogTitle className="text-muted-foreground">Add New User</DialogTitle>
</DialogHeader>
<UserForm />
</DialogContent>