@descope/web-components-ui 1.0.257 → 1.0.258

Sign up to get free protection for your applications and to get access to all the features.
@@ -2432,6 +2432,7 @@ const resetStyles = `
2432
2432
  box-shadow: none;
2433
2433
  }
2434
2434
  vaadin-button::part(label) {
2435
+ justify-content: center;
2435
2436
  padding: 0;
2436
2437
  width: 100%;
2437
2438
  }
@@ -2485,7 +2486,7 @@ const ButtonClass = compose(
2485
2486
  labelTextColor: { property: 'color' },
2486
2487
  labelTextDecoration: { ...label$a, property: 'text-decoration' },
2487
2488
  labelSpacing: { ...label$a, property: 'gap' },
2488
- textAlign: { ...label$a, property: 'justify-content' },
2489
+ textAlign: { ...label$a, property: 'justify-content', important: true },
2489
2490
  },
2490
2491
  }),
2491
2492
  clickableMixin,