dhre-ui-kit 0.0.140 → 0.0.142

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.
package/lib/index.js CHANGED
@@ -2292,7 +2292,6 @@ const styles$k = reactNative.StyleSheet.create({
2292
2292
  container: {
2293
2293
  flex: 1
2294
2294
  },
2295
- swippableContainer: { paddingVertical: verticalScale(16) },
2296
2295
  actionButton: {
2297
2296
  justifyContent: "center",
2298
2297
  alignItems: "center",
@@ -2390,8 +2389,7 @@ const SwipableList = (props) => {
2390
2389
  item.isRead ? leftSecondaryActionInActiveIcon : leftSecondaryActionActiveIcon,
2391
2390
  item.isRead ? leftSecondaryActionInActiveTitle : leftSecondaryActionActiveTitle
2392
2391
  ),
2393
- renderRightActions: () => rightActionHandle(item),
2394
- containerStyle: styles$k.swippableContainer
2392
+ renderRightActions: () => rightActionHandle(item)
2395
2393
  },
2396
2394
  props?.renderItem(item)
2397
2395
  ));
@@ -2728,7 +2726,7 @@ var ContactModel = withThemeProvider(ContactModal);
2728
2726
  const styles$e = reactNative.StyleSheet.create({
2729
2727
  applyButton: {
2730
2728
  marginTop: verticalScale(24),
2731
- paddingVertical: verticalScale(24),
2729
+ paddingVertical: verticalScale(12),
2732
2730
  justifyContent: "center",
2733
2731
  alignItems: "center",
2734
2732
  borderRadius: moderateScale(25)