diff --git a/client/src/components/Donation/Donation.css b/client/src/components/Donation/Donation.css index 8fd0562a79..c26a87ec5c 100644 --- a/client/src/components/Donation/Donation.css +++ b/client/src/components/Donation/Donation.css @@ -104,3 +104,7 @@ .wallet { overflow-wrap: break-word; } + +.alert p { + color: inherit; +} diff --git a/client/src/components/Donation/components/DonateCompletion.js b/client/src/components/Donation/components/DonateCompletion.js index efde01b29c..abf975cfe0 100644 --- a/client/src/components/Donation/components/DonateCompletion.js +++ b/client/src/components/Donation/components/DonateCompletion.js @@ -22,12 +22,14 @@ function DonateCompletion({ processing, reset, success, error = null }) { : 'Something went wrong with your donation'; return ( -

{heading}

+

+ {heading} +

{processing && (