@ornikar/kitt-universal 7.4.0 → 7.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1993,6 +1993,7 @@ function InputPassword({
1993
1993
  autoCorrect: false,
1994
1994
  secureTextEntry: !isVisible,
1995
1995
  right: right || /*#__PURE__*/jsxRuntime.jsx(InputPressable, {
1996
+ hitSlop: 20,
1996
1997
  accessibilityRole: "button",
1997
1998
  onPress: () => setIsVisible(prev => !prev),
1998
1999
  children: /*#__PURE__*/jsxRuntime.jsx(InputIcon, {