feat: giới thiệu component AuthCard để chuẩn hóa giao diện trang xác thực và cập nhật biến thể nút.

This commit is contained in:
Ho Ngoc Hai
2026-01-05 12:21:30 +07:00
parent dfa045e06c
commit 3998bc5049
17 changed files with 699 additions and 682 deletions

View File

@@ -196,7 +196,7 @@ export const Input = React.forwardRef<HTMLInputElement, InputProps>(
className={cn(
// Base glass input styles
'glass-input',
'w-full rounded-lg px-3 py-2',
'w-full rounded-xl px-3 py-2',
'text-base text-text-primary placeholder:text-text-tertiary',
'transition-all duration-quick ease-smooth',