stanleyxu2005 / react-checkmark

Animated checkmark for React
Apache License 2.0
29 stars 5 forks source link

How to change color #1

Closed senter-logistics closed 4 years ago

senter-logistics commented 4 years ago

is it possible to change the color of the background and the arrow color?

stanleyxu2005 commented 4 years ago

@e-hop Thank you for the feedback. It is such a coincidence, that I have just finished the Color support today 84f97e256fa39323b630ac449072a44ea27f4905 . Please upgrade to v1.2.0.

You can easily specify a valid color name or hex value like this <Checkmark color="blue" size={80} />