Skip to content

Commit

Permalink
remove unnecessary default values
Browse files Browse the repository at this point in the history
  • Loading branch information
JKobrynski committed Nov 17, 2023
1 parent 7f63862 commit 4a9766c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ function Checkbox(
isChecked = false,
hasError = false,
disabled = false,
style = [],
containerStyle = [],
style,
containerStyle,
children = null,
onMouseDown = undefined,
onMouseDown,
containerSize = 20,
containerBorderRadius = 4,
caretSize = 14,
Expand Down

0 comments on commit 4a9766c

Please sign in to comment.