diff --git a/src/components/signup/Signup.css b/src/components/signup/Signup.css index 317692f..7bd809d 100644 --- a/src/components/signup/Signup.css +++ b/src/components/signup/Signup.css @@ -81,8 +81,8 @@ pointer-events: none; font-size: 1em; color: rgb(1, 209, 105,0.5); - - text-transform: uppercase; + color: transparent; + text-transform: uppercase;; } .sbtn button{ diff --git a/src/components/signup/Signup.jsx b/src/components/signup/Signup.jsx index 04d4c40..bfe8406 100644 --- a/src/components/signup/Signup.jsx +++ b/src/components/signup/Signup.jsx @@ -11,7 +11,7 @@ const Signup = () => {