Skip to content

Commit ad1b3bd

Browse files
committed
fix
1 parent 79b24de commit ad1b3bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/containers/Subscribtion/SignIn.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
/>

0 commit comments

Comments
 (0)