+ ```
+
+---
+
+### apps/web/src/components/admin/UserTableRow.tsx
+**Total instances in file**: 9
+
+- **Line 23**: `bg-gray-`
+ ```tsx
+ offline: 'bg-gray-500',
+ ```
+
+- **Line 45**: `text-gray-`
+ ```tsx
+
{user.id}
+ ```
+
+- **Line 49**: `text-gray-`
+ ```tsx
+
{user.email} |
+ ```
+
+- **Line 64**: `text-gray-`
+ ```tsx
+
{user.tier || 'Free'} |
+ ```
+
+- **Line 65**: `text-gray-`
+ ```tsx
+
+ ```
+
+- **Line 68**: `text-gray-`
+ ```tsx
+ |
+ ```
+
+- **Line 74**: `text-gray-`
+ ```tsx
+ className="p-1.5 hover:bg-white/10 rounded text-gray-400 hover:text-white"
+ ```
+
+- **Line 91**: `text-gray-`
+ ```tsx
+ className="w-full text-left px-4 py-2.5 text-xs text-gray-300 hover:bg-white/10 flex items-center gap-2"
+ ```
+
+- **Line 99**: `text-gray-`
+ ```tsx
+ |