dhre-ui-kit 0.0.140 → 0.0.141

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.mjs CHANGED
@@ -2695,7 +2695,7 @@ var ContactModel = withThemeProvider(ContactModal);
2695
2695
  const styles$e = StyleSheet.create({
2696
2696
  applyButton: {
2697
2697
  marginTop: verticalScale(24),
2698
- paddingVertical: verticalScale(24),
2698
+ paddingVertical: verticalScale(12),
2699
2699
  justifyContent: "center",
2700
2700
  alignItems: "center",
2701
2701
  borderRadius: moderateScale(25)