react-native-svg-animated-linear-gradient icon indicating copy to clipboard operation
react-native-svg-animated-linear-gradient copied to clipboard

Make primaryColor transparent by default, and change it only when it is sent through props.

Open KiranCNayak opened this issue 4 years ago • 0 comments

I am trying to take the backgroundColor and fix it as one of the colors to either primaryColor or secondaryColor. But there is no option to do that in the current setup as the default colors for primaryColor is #eeeee and for secondaryColor is #dddddd.

So it would be helpful if you could add support to have backgroundColor be primaryColor unless it is specified through props instead of setting it to #eeeeee.

KiranCNayak avatar Aug 16 '20 12:08 KiranCNayak