Skip to content

Commit a7449a7

Browse files
committed
revise tintColors
1 parent 28cfc3f commit a7449a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ReactNativeCheckbox.re

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ open ReactNative;
44
type tintColors;
55
[@bs.obj]
66
external tintColors:
7-
(~true_: Color.t=?, ~false_: Color.t=?, unit) => tintColors =
7+
(~_true: Color.t=?, ~_false: Color.t=?, unit) => tintColors =
88
"";
99

1010
type checkBoxEvent =
@@ -98,4 +98,4 @@ external make:
9898
~testID: string=?
9999
) =>
100100
React.element =
101-
"@react-native-community/checkbox";
101+
"@react-native-community/checkbox";

0 commit comments

Comments
 (0)