Skip to content

Commit 7e718e5

Browse files
authored
Merge pull request #56 from chzappsinc/patch-1
update border color based on fillColor
2 parents c529efa + 7822d7c commit 7e718e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/BouncyCheckbox.style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const _iconContainer = (
1616
width: size,
1717
height: size,
1818
borderWidth: 1,
19-
borderColor: "#ffc484",
19+
borderColor: fillColor,
2020
borderRadius: size / 2,
2121
alignItems: "center",
2222
justifyContent: "center",

0 commit comments

Comments
 (0)