@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.
@@ -2599,6 +2599,7 @@ function InputPassword({
2599
2599
  autoCorrect: false,
2600
2600
  secureTextEntry: !isVisible,
2601
2601
  right: right || /*#__PURE__*/jsxRuntime.jsx(InputPressable, {
2602
+ hitSlop: 20,
2602
2603
  accessibilityRole: "button",
2603
2604
  onPress: () => setIsVisible(prev => !prev),
2604
2605
  children: /*#__PURE__*/jsxRuntime.jsx(InputIcon, {