diff --git a/app/login/page.tsx b/app/login/page.tsx index 59ca91b..9324251 100644 --- a/app/login/page.tsx +++ b/app/login/page.tsx @@ -53,10 +53,7 @@ export default function LoginPage() { return (
{/* Login Form Card */}
@@ -109,8 +106,8 @@ export default function LoginPage() { }} placeholder="admin / số điện thoại / tên nhân viên" className={` - w-full px-4 lg:pl-11 py-3 rounded-xl border outline-none - bg-white text-(--color-text-primary) + w-full px-10 lg:pl-11 py-3 rounded-xl border outline-none + bg-white text-foreground placeholder:text-(--color-text-muted) focus:border-(--color-primary) focus:ring-2 focus:ring-(--color-primary) focus:ring-opacity-20 @@ -144,8 +141,8 @@ export default function LoginPage() { }} placeholder="Nhập mật khẩu" className={` - w-full px-4 lg:pl-11 pr-11 py-3 rounded-xl border outline-none - bg-white text-(--color-text-primary) + w-full px-10 lg:pl-11 pr-11 py-3 rounded-xl border outline-none + bg-white text-foreground placeholder:text-(--color-text-muted) focus:border-(--color-primary) focus:ring-2 focus:ring-(--color-primary) focus:ring-opacity-20 @@ -199,7 +196,7 @@ export default function LoginPage() { {/* Demo Credentials Info */} -
+

Tài khoản demo:

  • • Quản lý: admin / admin
  • diff --git a/app/register/page.tsx b/app/register/page.tsx index 571aa19..d129121 100644 --- a/app/register/page.tsx +++ b/app/register/page.tsx @@ -71,10 +71,7 @@ export default function RegisterPage() { return (
    {/* Register Form Card */}
    @@ -139,8 +136,8 @@ export default function RegisterPage() { }} placeholder="0987654321" className={` - w-full px-4 lg:pl-11 py-3 rounded-xl border outline-none - bg-white text-(--color-text-primary) + w-full px-10 lg:pl-11 py-3 rounded-xl border outline-none + bg-white text-foreground placeholder:text-(--color-text-muted) focus:border-(--color-primary) focus:ring-2 focus:ring-(--color-primary) focus:ring-opacity-20 @@ -219,11 +216,11 @@ export default function RegisterPage() { setOtp(e.target.value); setErrors({ ...errors, otp: "" }); }} - placeholder="Nhập mã OTP 6 số" + placeholder="Nhập mã OTP" maxLength={6} className={` w-full px-4 lg:pl-11 py-3 rounded-xl border outline-none - bg-white text-(--color-text-primary) text-center font-mono text-lg tracking-widest + bg-white text-foreground text-center text-lg tracking-widest placeholder:text-(--color-text-muted) placeholder:text-sm placeholder:tracking-normal focus:border-(--color-primary) focus:ring-2 focus:ring-(--color-primary) focus:ring-opacity-20