Skip to content

Commit e2b63e8

Browse files
fix: table cell menu styling (#1945)
1 parent 8a8c5c5 commit e2b63e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/components/TableHandles/TableCellMenu/TableCellMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const TableCellMenu = <
2121

2222
return (
2323
<Components.Generic.Menu.Dropdown
24-
className={"bn-menu-dropdown bn-drag-handle-menu"}
24+
className={"bn-menu-dropdown bn-table-handle-menu"}
2525
>
2626
{props.children || (
2727
<>

0 commit comments

Comments
 (0)