@descope/web-components-ui 1.0.324 → 1.0.325

Sign up to get free protection for your applications and to get access to all the features.
@@ -2717,6 +2717,7 @@ 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
2721
 
2721
2722
  labelTextColor: { property: 'color' },
2722
2723
  iconColor: {
@@ -2830,6 +2831,7 @@ const button = {
2830
2831
  },
2831
2832
 
2832
2833
  [compVars$5.verticalPadding]: '1em',
2834
+ [compVars$5.horizontalPadding]: '0.875em',
2833
2835
 
2834
2836
  [compVars$5.outlineWidth]: globals.border.sm,
2835
2837
  [compVars$5.outlineOffset]: '0px', // keep `px` unit for external calc