From 418f7631af7532ea45bbfd45b257f07536c2d641 Mon Sep 17 00:00:00 2001 From: Ahmad Abdolsaheb Date: Wed, 9 Oct 2019 15:02:39 +0300 Subject: [PATCH] fix: make donation styles consistent (#37140) * fix: adjust the styles of alerts * fix: clean up --- client/src/components/Donation/Donation.css | 4 ++++ .../src/components/Donation/components/DonateCompletion.js | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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 && (