@sumaris-net/ngx-components 2.3.7-rc7 → 2.3.7

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "2.3.7-rc7",
4
+ "version": "2.3.7",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -159,7 +159,7 @@ form.form-container {
159
159
  .mat-form-field-prefix ion-icon,
160
160
  .mat-form-field-prefix .mat-icon {
161
161
  $font-size: calculateRem(24px);
162
- $margin-vertical: calculateRem(5px);
162
+ $margin-vertical: calculateRem(4px);
163
163
  font-size: $font-size !important;
164
164
  line-height: 1.125;
165
165
  height: $font-size;