feat(ui): polish remaining pages with Deep Space tokens

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jason Staack
2026-03-16 18:40:48 -05:00
parent 1a463cfa84
commit 4924580a4b
8 changed files with 40 additions and 40 deletions

View File

@@ -228,22 +228,22 @@ export function AuditLogTable({ tenantId }: AuditLogTableProps) {
<thead>
<tr className="border-b border-border bg-elevated/50">
<th scope="col" className="w-8 px-3 py-2"><span className="sr-only">Expand</span></th>
<th scope="col" className="px-3 py-2 text-left text-xs font-medium text-text-muted">
<th scope="col" className="px-3 py-2 text-left text-[10px] uppercase tracking-wider font-semibold text-text-muted">
Timestamp
</th>
<th scope="col" className="px-3 py-2 text-left text-xs font-medium text-text-muted">
<th scope="col" className="px-3 py-2 text-left text-[10px] uppercase tracking-wider font-semibold text-text-muted">
User
</th>
<th scope="col" className="px-3 py-2 text-left text-xs font-medium text-text-muted">
<th scope="col" className="px-3 py-2 text-left text-[10px] uppercase tracking-wider font-semibold text-text-muted">
Action
</th>
<th scope="col" className="px-3 py-2 text-left text-xs font-medium text-text-muted">
<th scope="col" className="px-3 py-2 text-left text-[10px] uppercase tracking-wider font-semibold text-text-muted">
Resource
</th>
<th scope="col" className="px-3 py-2 text-left text-xs font-medium text-text-muted">
<th scope="col" className="px-3 py-2 text-left text-[10px] uppercase tracking-wider font-semibold text-text-muted">
Device
</th>
<th scope="col" className="px-3 py-2 text-left text-xs font-medium text-text-muted">
<th scope="col" className="px-3 py-2 text-left text-[10px] uppercase tracking-wider font-semibold text-text-muted">
IP Address
</th>
</tr>