Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit ee594d7

Browse files
committed
improving css of row button
1 parent 98ff640 commit ee594d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/RowContextMenu.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const rowContextMenuColumn: TableColumn = {
5959
aria-controls={open ? `row-context-button-${row.id}` : undefined}
6060
aria-expanded={open ? "true" : undefined}
6161
aria-haspopup="true"
62+
sx={{ border: 0, borderRadius: 0 }}
6263
onClick={handleClick}
6364
key={`row-context-button-${row.id}`}
6465
>

0 commit comments

Comments
 (0)