Skip to content

Commit

Permalink
Fix material-table-core#362:MTableToolbar style
Browse files Browse the repository at this point in the history
  • Loading branch information
se-neax committed Oct 7, 2021
1 parent 0500a37 commit 486688d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MTableToolbar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ export function MTableToolbar(props) {
return (
<Toolbar
ref={props.forwardedRef}
className={props.className}
sx={{
...styles.root,
...(props.showTextRowsSelected &&
Expand Down

0 comments on commit 486688d

Please sign in to comment.