fix: adjust default theme for StripeCardForm

pull/37964/head
Ahmad Abdolsaheb 2019-12-20 16:14:12 +03:00 committed by mrugesh
parent e4590fed5c
commit 2e3a5d4b1f
1 changed files with 1 additions and 0 deletions

View File

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