monkey-style-guide 2.0.74 → 2.0.75

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.
@@ -989,7 +989,7 @@
989
989
  function MonkeyButtonComponent() {
990
990
  this.iconPosition = 'left';
991
991
  this.disabled = false;
992
- this.size = 'lg';
992
+ this.size = 'md';
993
993
  this._useContrast = false;
994
994
  }
995
995
  MonkeyButtonComponent.prototype.ngOnInit = function () {