matcha-components 20.273.0 → 20.274.0

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.
@@ -3055,7 +3055,7 @@ class MatchaButtonComponent {
3055
3055
  }
3056
3056
  }
3057
3057
  setGap() {
3058
- this._renderer.addClass(this._elementRef.nativeElement, `px-${this.gap}`);
3058
+ this._renderer.addClass(this._elementRef.nativeElement, `px-${this.gap}--force`);
3059
3059
  this._renderer.addClass(this._elementRef.nativeElement, `gap-${this.gap}`);
3060
3060
  this._config.gap = this.gap;
3061
3061
  }