Skip to content

Commit

Permalink
Column group header in standard table is transparent instead of filled (
Browse files Browse the repository at this point in the history
  • Loading branch information
Limpaan committed Sep 1, 2023
1 parent 17e1b70 commit 1388fb3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export const ColumnGroupRow = React.memo(function ColumnGroupRow({
/>
))}
{rowIndent && <th style={stickyHeaderProps} />}
<th style={stickyHeaderProps} />
</tr>
);
});

0 comments on commit 1388fb3

Please sign in to comment.