@descope/web-components-ui 1.0.328 → 1.0.330

Sign up to get free protection for your applications and to get access to all the features.
@@ -2717,7 +2717,10 @@ const ButtonClass = compose(
2717
2717
  borderWidth: {},
2718
2718
 
2719
2719
  verticalPadding: [{ property: 'padding-top' }, { property: 'padding-bottom' }],
2720
- horizontalPadding: [{ property: 'padding-right' }, { property: 'padding-left' }],
2720
+ horizontalPadding: [
2721
+ { property: 'padding-right', fallback: '0.875em' },
2722
+ { property: 'padding-left', fallback: '0.875em' },
2723
+ ],
2721
2724
 
2722
2725
  labelTextColor: { property: 'color' },
2723
2726
  iconColor: {
@@ -2898,6 +2901,7 @@ const button = {
2898
2901
 
2899
2902
  link: {
2900
2903
  [compVars$5.labelTextColor]: helperRefs$3.main,
2904
+ [compVars$5.horizontalPadding]: '0.125em',
2901
2905
  _hover: {
2902
2906
  [compVars$5.labelTextColor]: helperRefs$3.dark,
2903
2907
  [compVars$5.labelTextDecoration]: 'underline',