fix: adjust default theme for StripeCardForm
This commit is contained in:
committed by
mrugesh
parent
e4590fed5c
commit
2e3a5d4b1f
@@ -199,6 +199,7 @@ class DonateForm extends Component {
|
|||||||
<StripeProvider stripe={stripe}>
|
<StripeProvider stripe={stripe}>
|
||||||
<Elements>
|
<Elements>
|
||||||
<DonateFormChildViewForHOC
|
<DonateFormChildViewForHOC
|
||||||
|
defaultTheme='default'
|
||||||
donationAmount={donationAmount}
|
donationAmount={donationAmount}
|
||||||
donationDuration={donationDuration}
|
donationDuration={donationDuration}
|
||||||
getDonationButtonLabel={this.getDonationButtonLabel}
|
getDonationButtonLabel={this.getDonationButtonLabel}
|
||||||
|
Reference in New Issue
Block a user