diff --git a/client/src/components/Donation/stripe-card-form.tsx b/client/src/components/Donation/stripe-card-form.tsx index a7da3f3f49..fea859ff15 100644 --- a/client/src/components/Donation/stripe-card-form.tsx +++ b/client/src/components/Donation/stripe-card-form.tsx @@ -83,7 +83,10 @@ const StripeCardForm = ({ style: { base: { fontSize: '18px', - color: `${theme === 'night' ? '#fff' : '#0a0a23'}` + color: `${theme === 'night' ? '#fff' : '#0a0a23'}`, + '::placeholder': { + color: `#858591` + } } } };