We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a841d2a commit 73b2594Copy full SHA for 73b2594
components/table/TableRow.js
@@ -35,7 +35,7 @@ const factory = (Checkbox, TableCell) => {
35
return (
36
<tr {...other} className={_className}>
37
{selectable && <TableCell className={theme.checkboxCell}>
38
- <Checkbox checked={selected} onChange={this.handleSelect} />
+ <Checkbox theme={theme} checked={selected} onChange={this.handleSelect} />
39
</TableCell>}
40
{React.Children.map(children, (child, index) => {
41
if (!child) return null;
0 commit comments