From 88ef6678a128981448c9f1e60223167c0d161af4 Mon Sep 17 00:00:00 2001 From: Bren Aviador Date: Thu, 12 Jul 2018 13:38:17 +0800 Subject: [PATCH] Update index.jsx --- src/lib/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/index.jsx b/src/lib/index.jsx index 683fa88b..a43f65f2 100644 --- a/src/lib/index.jsx +++ b/src/lib/index.jsx @@ -89,6 +89,7 @@ class SingleOtpInput extends PureComponent<*> { hasErrored && isStyleObject(errorStyle) && errorStyle )} className={this.getClasses( + !isStyleObject(inputStyle) && inputStyle, focus && focusStyle, isDisabled && disabledStyle, hasErrored && errorStyle