@ornikar/kitt-universal 7.0.0 → 7.0.1

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.
@@ -1775,13 +1775,11 @@ const OverlayPressable = /*#__PURE__*/styled__default(reactNative.Pressable).wit
1775
1775
  backgroundColor: theme.kitt.colors.overlay.dark
1776
1776
  }));
1777
1777
  function Overlay({
1778
- onPress,
1779
- children
1778
+ onPress
1780
1779
  }) {
1781
1780
  return /*#__PURE__*/jsxRuntime.jsx(OverlayPressable, {
1782
1781
  accessibilityRole: "none",
1783
- onPress: onPress,
1784
- children: children
1782
+ onPress: onPress
1785
1783
  });
1786
1784
  }
1787
1785