We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b97f1 commit afa5e5aCopy full SHA for afa5e5a
packages/ui/components/data-table/DataTableToolbar.tsx
@@ -36,7 +36,7 @@ export function DataTableToolbar<TData>({
36
const isFiltered = table.getState().columnFilters.length > 0;
37
38
return (
39
- <div className="bg-darkgray-50 sticky top-[3rem] z-10 flex items-center justify-end space-x-2 py-4 md:top-0">
+ <div className="bg-default sticky top-[3rem] z-10 flex items-center justify-end space-x-2 py-4 md:top-0">
40
{searchKey && (
41
<Input
42
className="max-w-64 mb-0 mr-auto rounded-md"
0 commit comments