Skip to content

Commit 3cc8af7

Browse files
authored
fix(namadillo): removing selection from table header (#1039)
1 parent ce5db89 commit 3cc8af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/StyledTableHead.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const renderTableHeaderElement = (
2929
index: number
3030
): ReactNode => {
3131
const key = `table-th-${id}-${index}`;
32-
const baseClassName = `px-6 py-2`;
32+
const baseClassName = `px-6 py-2 select-none`;
3333

3434
if (checkIsTableHeader(h)) {
3535
const {

0 commit comments

Comments
 (0)