Skip to content

Commit

Permalink
Merge pull request #56 from chzappsinc/patch-1
Browse files Browse the repository at this point in the history
update border color based on fillColor
  • Loading branch information
WrathChaos authored Sep 6, 2021
2 parents c529efa + 7822d7c commit 7e718e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/BouncyCheckbox.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const _iconContainer = (
width: size,
height: size,
borderWidth: 1,
borderColor: "#ffc484",
borderColor: fillColor,
borderRadius: size / 2,
alignItems: "center",
justifyContent: "center",
Expand Down

0 comments on commit 7e718e5

Please sign in to comment.