From ee3be65bc0f290dc21c8b29f4b8092b911d33af8 Mon Sep 17 00:00:00 2001 From: vkletskin Date: Thu, 22 Jan 2026 13:18:33 +0300 Subject: [PATCH] =?UTF-8?q?fix(input-otp):=20=D1=84=D0=B8=D0=BA=D1=81=20?= =?UTF-8?q?=D1=86=D0=B2=D0=B5=D1=82=D0=B0=20=D0=BA=D1=83=D1=80=D1=81=D0=BE?= =?UTF-8?q?=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Input/InputOtp/InputOtpItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Input/InputOtp/InputOtpItem.tsx b/src/components/Input/InputOtp/InputOtpItem.tsx index 5789568..66155df 100644 --- a/src/components/Input/InputOtp/InputOtpItem.tsx +++ b/src/components/Input/InputOtp/InputOtpItem.tsx @@ -91,5 +91,5 @@ const useStyles = makeStyles(({ theme, border, fonts, typography }) => ({ disabled: { mixBlendMode: 'luminosity', opacity: 0.6 }, - cursor: { color: theme.Form.InputText.inputFocusBorderColor }, + cursor: { color: theme.Form.InputText.inputTextColor }, }))