From 777b6950515015e2bb0dc8be447279eb18079f61 Mon Sep 17 00:00:00 2001 From: Laurent Nguyen Date: Fri, 23 Aug 2024 17:47:02 +0200 Subject: [PATCH] Add background color to "..." button for column selection --- src/Explorer/Tabs/DocumentsTabV2/DocumentsTableComponent.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }} />