@pepperi-addons/ngx-lib 0.4.2-beta.7 → 0.4.2-beta.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pepperi-addons/ngx-lib",
3
- "version": "0.4.2-beta.7",
3
+ "version": "0.4.2-beta.8",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">= 14.0.2",
6
6
  "@angular/cdk": ">= 14.0.2",
@@ -114,7 +114,8 @@ body {
114
114
 
115
115
  // Override default user agent stylesheet
116
116
  button {
117
- font: variables.$font-weight-normal $font-size variables.$font-family-body !important;
117
+ font: variables.$font-weight-normal $font-size variables.$font-family-body;
118
+ font-family: variables.$font-family-body !important;
118
119
  }
119
120
  // line-height: variables.$lh-md;
120
121