diff --git a/src/Explorer/Tabs/DocumentsTabV2/DocumentsTableComponent.tsx b/src/Explorer/Tabs/DocumentsTabV2/DocumentsTableComponent.tsx index 23c52d6ac..1b301fd14 100644 --- a/src/Explorer/Tabs/DocumentsTabV2/DocumentsTableComponent.tsx +++ b/src/Explorer/Tabs/DocumentsTabV2/DocumentsTableComponent.tsx @@ -20,6 +20,7 @@ import { TableRow, TableRowId, TableSelectionCell, + tokens, useArrowNavigationGroup, useTableColumnSizing_unstable, useTableFeatures, @@ -218,7 +219,7 @@ export const DocumentsTableComponent: React.FC = aria-label="Select column" size="small" icon={} - style={{ position: "absolute", right: 0 }} + style={{ position: "absolute", right: 0, backgroundColor: tokens.colorNeutralBackground1 }} />