fix: adjust default theme for StripeCardForm

This commit is contained in:
Ahmad Abdolsaheb
2019-12-20 16:14:12 +03:00
committed by mrugesh
parent e4590fed5c
commit 2e3a5d4b1f

View File

@@ -199,6 +199,7 @@ class DonateForm extends Component {
<StripeProvider stripe={stripe}>
<Elements>
<DonateFormChildViewForHOC
defaultTheme='default'
donationAmount={donationAmount}
donationDuration={donationDuration}
getDonationButtonLabel={this.getDonationButtonLabel}