refactor: use shadcn ui classes

This commit is contained in:
Mauricio Siu
2025-01-01 18:53:30 -06:00
parent cb5077cfcc
commit b93d26f937

View File

@@ -105,12 +105,12 @@ export const Login2FA = ({ authId }: Props) => {
pattern={REGEXP_ONLY_DIGITS}
>
<InputOTPGroup>
<InputOTPSlot index={0} className="border-gray-700" />
<InputOTPSlot index={1} className="border-gray-700" />
<InputOTPSlot index={2} className="border-gray-700" />
<InputOTPSlot index={3} className="border-gray-700" />
<InputOTPSlot index={4} className="border-gray-700" />
<InputOTPSlot index={5} className="border-gray-700" />
<InputOTPSlot index={0} className="border-border" />
<InputOTPSlot index={1} className="border-border" />
<InputOTPSlot index={2} className="border-border" />
<InputOTPSlot index={3} className="border-border" />
<InputOTPSlot index={4} className="border-border" />
<InputOTPSlot index={5} className="border-border" />
</InputOTPGroup>
</InputOTP>
</div>