Add background color to "..." button for column selection

This commit is contained in:
Laurent Nguyen 2024-08-23 17:47:02 +02:00
parent 1f300e32fe
commit 777b695051
1 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ import {
TableRow,
TableRowId,
TableSelectionCell,
tokens,
useArrowNavigationGroup,
useTableColumnSizing_unstable,
useTableFeatures,
@ -218,7 +219,7 @@ export const DocumentsTableComponent: React.FC<IDocumentsTableComponentProps> =
aria-label="Select column"
size="small"
icon={<MoreHorizontalRegular />}
style={{ position: "absolute", right: 0 }}
style={{ position: "absolute", right: 0, backgroundColor: tokens.colorNeutralBackground1 }}
/>
</MenuTrigger>
<MenuPopover>