Skip to content

Commit

Permalink
fix: background typo
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanVor committed Feb 11, 2024
1 parent 5ae98fa commit e74d631
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const TableColumnSetup = (props: TableColumnSetupProps) => {
isDragDisabled: sortable === false,
hasSelectionIcon,

// to overwrite select bacground effect - https://github.com/gravity-ui/uikit/blob/main/src/components/useList/components/ListItemView/ListItemView.tsx#L125
// to overwrite select background effect - https://github.com/gravity-ui/uikit/blob/main/src/components/useList/components/ListItemView/ListItemView.tsx#L125
className: hasSelectionIcon ? undefined : requiredDndItemCn,
};
});
Expand Down

0 comments on commit e74d631

Please sign in to comment.