@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.
package/dist/index.esm.js CHANGED
@@ -1306,6 +1306,7 @@ const resetStyles = `
1306
1306
  box-shadow: none;
1307
1307
  }
1308
1308
  vaadin-button::part(label) {
1309
+ justify-content: center;
1309
1310
  padding: 0;
1310
1311
  width: 100%;
1311
1312
  }
@@ -1359,7 +1360,7 @@ const ButtonClass = compose(
1359
1360
  labelTextColor: { property: 'color' },
1360
1361
  labelTextDecoration: { ...label$a, property: 'text-decoration' },
1361
1362
  labelSpacing: { ...label$a, property: 'gap' },
1362
- textAlign: { ...label$a, property: 'justify-content' },
1363
+ textAlign: { ...label$a, property: 'justify-content', important: true },
1363
1364
  },
1364
1365
  }),
1365
1366
  clickableMixin,