Skip to content

Commit 72cad3b

Browse files
committed
fix(checkbox): height of svg icon
1 parent 0e337d8 commit 72cad3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/checkbox/styled.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export const CheckboxContainer = styled(Box).attrs({
1515
`
1616

1717
export const StyledIcon = styled(Icon).attrs({
18-
height: "inherit",
19-
width: "inherit",
18+
height: "16px",
19+
width: "16px",
2020
})`
2121
flex-grow: 0;
2222
flex-shrink: 0;

0 commit comments

Comments
 (0)