Skip to content

Commit afa5e5a

Browse files
committed
Use default colour
1 parent f0b97f1 commit afa5e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/components/data-table/DataTableToolbar.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export function DataTableToolbar<TData>({
3636
const isFiltered = table.getState().columnFilters.length > 0;
3737

3838
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">
39+
<div className="bg-default sticky top-[3rem] z-10 flex items-center justify-end space-x-2 py-4 md:top-0">
4040
{searchKey && (
4141
<Input
4242
className="max-w-64 mb-0 mr-auto rounded-md"

0 commit comments

Comments
 (0)