dhre-ui-kit 0.0.211 → 0.0.212

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
@@ -2256,7 +2256,7 @@ const styles$j = reactNative.StyleSheet.create({
2256
2256
  flexDirection: "row",
2257
2257
  justifyContent: "space-between",
2258
2258
  paddingHorizontal: horizontalScale(16),
2259
- paddingTop: verticalScale(74),
2259
+ paddingTop: reactNative.Platform.OS === "ios" ? verticalScale(60) : verticalScale(44),
2260
2260
  paddingBottom: verticalScale(16),
2261
2261
  borderBottomWidth: 1
2262
2262
  },