Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
fix(Table): Tweak Table checkbox size, noissue
Browse files Browse the repository at this point in the history
  • Loading branch information
diondiondion committed Aug 3, 2021
1 parent 6fa0828 commit b1775d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Table/SelectionTable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ function SelectionTable(props) {
<TableRow>
<TableCheckboxCell isHeader>
<Checkbox
scale={0.9}
checked={selectAllState === ALL_SELECTED}
indeterminate={selectAllState === SOME_SELECTED}
onChange={toggleSelectAll}
Expand Down Expand Up @@ -173,6 +174,7 @@ function SelectionTable(props) {
</RowSelectButton>
<InteractiveTableContent>
<Checkbox
scale={0.9}
checked={isSelected}
onChange={getSelectRowHandler(
rowId
Expand Down

0 comments on commit b1775d9

Please sign in to comment.