fix: adjust user form text colors for light theme
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user