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 }, }))