feat: allow SUPER_ADMIN role for admin access and update modal background opacity class.

This commit is contained in:
pradeepkumar
2026-03-20 17:15:52 +05:30
parent 237f9166f4
commit d2cef0cdae
2 changed files with 3 additions and 3 deletions

View File

@@ -155,7 +155,7 @@ export default function AdminUsersPage() {
{/* Create Admin Modal */}
{showCreate && (
<div className="fixed inset-0 bg-black bg-opacity-50 flex items-center justify-center z-50">
<div className="fixed inset-0 bg-black/50 flex items-center justify-center z-50">
<div className="bg-white rounded-lg shadow-xl max-w-md w-full mx-4">
<div className="px-6 py-4 border-b border-gray-200">
<h3 className="text-lg font-semibold text-gray-900">Create Admin User</h3>