From c87e26675f40178af142fdd98fdaeeb432bc005b Mon Sep 17 00:00:00 2001
From: Samuel Vanhove <samuel@symbiotic.coop>
Date: Thu, 8 Sep 2022 15:48:50 -0400
Subject: [PATCH] Make errors more visible

---
 js/civicrm_stripe.js | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/js/civicrm_stripe.js b/js/civicrm_stripe.js
index d4fef3ee..789ae280 100644
--- a/js/civicrm_stripe.js
+++ b/js/civicrm_stripe.js
@@ -596,6 +596,15 @@
       var style = {
         base: {
           fontSize: '1.1em', fontWeight: 'lighter'
+        },
+
+        invalid: {
+          "::placeholder": {
+            color: "#E25950",
+            fontWeight: '500',
+          },
+          color: "#E25950",
+          fontWeight: '500',
         }
       };
 
-- 
GitLab