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:
@@ -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',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user