Refactor Admin and Settings UI to Ethereal Precision aesthetic and improve note import/export functionality
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m4s
Some checks failed
Deploy to Production / Build and Deploy (push) Failing after 1m4s
This commit is contained in:
@@ -21,7 +21,7 @@ export default async function AdminUsersPage() {
|
||||
<CreateUserDialog />
|
||||
</div>
|
||||
|
||||
<div className="bg-white dark:bg-zinc-900 rounded-lg shadow overflow-hidden border border-gray-200 dark:border-gray-800">
|
||||
<div className="bg-card rounded-lg shadow-sm overflow-hidden border border-border">
|
||||
<UserList initialUsers={users} />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user