Skip to content

Commit

Permalink
fix(atoms): fix checkbox icon size
Browse files Browse the repository at this point in the history
  • Loading branch information
ej9x committed Sep 11, 2018
1 parent bede69a commit 89be482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atoms/dataEntry/Checkbox/Checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Checkbox extends PureComponent<CheckboxProps> {
<CheckboxWrapperTag { ...rest } tagName="label">
<CheckboxSquareTag hasError={ hasError } disabled={ disabled } tagName="div">
<CheckboxIconTag checked={ checked } color={ color } tagName="div">
<Icon name="Check" size="xs" />
<Icon name="Check" size="sm" />
</CheckboxIconTag>
</CheckboxSquareTag>
<CheckboxTag checked={ checked } onChange={ this.onChange } type="checkbox" tagName="input" />
Expand Down

0 comments on commit 89be482

Please sign in to comment.