File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/containers/Subscribtion Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ export const SignIn = ({
242242 id = { `${ text || 'default' } -signin-email` }
243243 type = "email"
244244 required
245- className = "w-full rounded-lg border border-[#39393E] bg-[#222429] p-2.5 pl-[36px] text-sm text-white transition-all duration-200 placeholder:text-[#8a8c90] focus:border-[#5C5CF9] focus:ring-1 focus:ring-[#5C5CF9] focus:outline-hidden sm:p-3 "
245+ className = "w-full rounded-lg border border-[#39393E] bg-[#222429] p-2.5 pl-[36px] text-sm text-white transition-all duration-200 placeholder:text-[#8a8c90] focus:border-[#5C5CF9] focus:ring-1 focus:ring-[#5C5CF9] focus:outline-hidden"
246246 value = { email }
247247 onChange = { ( e ) => setEmail ( e . target . value ) }
248248 />
@@ -261,7 +261,7 @@ export const SignIn = ({
261261 id = "signin-password"
262262 type = "password"
263263 required
264- className = "w-full rounded-lg border border-[#39393E] bg-[#222429] p-2.5 pl-[36px] text-sm text-white transition-all duration-200 placeholder:text-[#8a8c90] focus:border-[#5C5CF9] focus:ring-1 focus:ring-[#5C5CF9] focus:outline-hidden sm:p-3 "
264+ className = "w-full rounded-lg border border-[#39393E] bg-[#222429] p-2.5 pl-[36px] text-sm text-white transition-all duration-200 placeholder:text-[#8a8c90] focus:border-[#5C5CF9] focus:ring-1 focus:ring-[#5C5CF9] focus:outline-hidden"
265265 value = { password }
266266 onChange = { ( e ) => setPassword ( e . target . value ) }
267267 />
You can’t perform that action at this time.
0 commit comments