matcha-components 20.271.0 → 20.273.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.
@@ -3003,7 +3003,7 @@ class MatchaButtonComponent {
3003
3003
  this._renderer.removeClass(this._elementRef.nativeElement, `matcha-button-xl-${this._config.sizeXl}`);
3004
3004
  //gap
3005
3005
  if (this._config.gap) {
3006
- this._renderer.removeClass(this._elementRef.nativeElement, `px-${this._config.gap}`);
3006
+ this._renderer.removeClass(this._elementRef.nativeElement, `px-${this._config.gap}--force`);
3007
3007
  this._renderer.removeClass(this._elementRef.nativeElement, `gap-${this._config.gap}`);
3008
3008
  }
3009
3009
  //basic