diff --git a/src/OtpInput/OtpInput.styles.ts b/src/OtpInput/OtpInput.styles.ts index a71f7e0..d606ef6 100644 --- a/src/OtpInput/OtpInput.styles.ts +++ b/src/OtpInput/OtpInput.styles.ts @@ -20,7 +20,7 @@ export const styles = StyleSheet.create({ }, hiddenInput: { ...StyleSheet.absoluteFillObject, - opacity: 0.01, + opacity: 0, }, stick: { width: 2, diff --git a/src/OtpInput/__tests__/__snapshots__/OtpInput.test.tsx.snap b/src/OtpInput/__tests__/__snapshots__/OtpInput.test.tsx.snap index 30632e5..8b691d0 100644 --- a/src/OtpInput/__tests__/__snapshots__/OtpInput.test.tsx.snap +++ b/src/OtpInput/__tests__/__snapshots__/OtpInput.test.tsx.snap @@ -390,7 +390,7 @@ exports[`OtpInput UI should render correctly 1`] = ` { "bottom": 0, "left": 0, - "opacity": 0.01, + "opacity": 0, "position": "absolute", "right": 0, "top": 0,