@rabex-kit/rabex-ui 0.1.2 → 0.1.3

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.
@@ -3865,7 +3865,7 @@ var components$3 = {
3865
3865
  var theme = _ref3.theme;
3866
3866
  return {
3867
3867
  fontSize: '14px',
3868
- padding: theme.spacing(1, 2)
3868
+ padding: theme.spacing(1, 3)
3869
3869
  };
3870
3870
  }
3871
3871
  }, {
@@ -3876,7 +3876,7 @@ var components$3 = {
3876
3876
  var theme = _ref4.theme;
3877
3877
  return {
3878
3878
  fontSize: '14px',
3879
- padding: theme.spacing(2)
3879
+ padding: theme.spacing(2, 3)
3880
3880
  };
3881
3881
  }
3882
3882
  }, {
@@ -3887,7 +3887,7 @@ var components$3 = {
3887
3887
  var theme = _ref5.theme;
3888
3888
  return {
3889
3889
  fontSize: '14px',
3890
- padding: theme.spacing(3, 2)
3890
+ padding: theme.spacing(3)
3891
3891
  };
3892
3892
  }
3893
3893
  }, {
@@ -3898,7 +3898,7 @@ var components$3 = {
3898
3898
  var theme = _ref6.theme;
3899
3899
  return {
3900
3900
  fontSize: '16px',
3901
- padding: theme.spacing(3, 2)
3901
+ padding: theme.spacing(3)
3902
3902
  };
3903
3903
  }
3904
3904
  }, {