@melodicdev/components 1.5.8 → 1.5.9

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.
@@ -5421,6 +5421,10 @@ const buttonStyles = () => css`
5421
5421
  width: 1.25em;
5422
5422
  height: 1.25em;
5423
5423
  }
5424
+
5425
+ ::slotted(ml-icon) {
5426
+ --ml-icon-size: 1.125em;
5427
+ }
5424
5428
  `;
5425
5429
  var ButtonComponent = class ButtonComponent$1 {
5426
5430
  constructor() {