react-mailchimp-form icon indicating copy to clipboard operation
react-mailchimp-form copied to clipboard

Custom button css class

Open JannikZed opened this issue 6 years ago • 1 comments

We would like to overwrite the button class in order to use our standard styling. Right now, we need to create a redundant section in our CSS file.

JannikZed avatar Sep 28 '19 14:09 JannikZed

@JannikZed It looks like you can do that by passing buttonClassName: https://github.com/gndx/react-mailchimp-form/blob/master/src/index.js#L104

artdevgame avatar Oct 04 '19 11:10 artdevgame