Remove unused selectClass constant
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user