refactor: update UI components for consistent styling

This commit is contained in:
Anish Sarkar 2025-12-25 19:40:43 +05:30
parent 46bb52a444
commit 4c2de73694
2 changed files with 2 additions and 3 deletions

View file

@ -183,7 +183,7 @@ export const DocumentsDataTable = forwardRef<DocumentsDataTableRef, DocumentsDat
return (
<div
className="flex flex-col w-[280px] sm:w-[320px] bg-zinc-900 rounded-lg"
className="flex flex-col w-[280px] sm:w-[320px] bg-popover rounded-lg"
onKeyDown={handleKeyDown}
role="listbox"
tabIndex={-1}