diff --git a/client/src/component/Footer.jsx b/client/src/component/Footer.jsx index 863d604..3f200fd 100644 --- a/client/src/component/Footer.jsx +++ b/client/src/component/Footer.jsx @@ -109,7 +109,7 @@ const Footer = (props) => { value={email} onChange={(e) => setEmail(e.target.value)} required - className="px-4 py-2 border border-gray-300 rounded-md w-full max-w-xs focus:outline-none" + className="px-4 py-2 border border-gray-300 rounded-md w-full max-w-xs focus:outline-none text-black" />