Remove unused selectClass constant
All checks were successful
Build & Push / Build Server (push) Successful in 43s
Build & Push / Build Client (push) Successful in 36s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Josh Wright
2026-03-31 12:06:41 -04:00
parent 402de82750
commit 2638eb226b

View File

@@ -54,8 +54,6 @@ const AUDIT_COLORS: Record<string, string> = {
const COMMENT_ACTIONS = new Set(['COMMENT_ADDED', 'COMMENT_DELETED'])
const selectClass =
'w-full bg-gray-800 border border-gray-700 text-gray-100 rounded-lg px-3 py-2 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent'
function SidebarField({ label, children }: { label: string; children: React.ReactNode }) {
return (