qms-angular 1.0.80 → 1.0.81

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": "qms-angular",
3
- "version": "1.0.80",
3
+ "version": "1.0.81",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
@@ -222,6 +222,10 @@ $padding-field-flex-datepicker: 0.9rem 1rem 1rem 1rem;
222
222
  button {
223
223
  pointer-events: none;
224
224
  }
225
+
226
+ .mat-select-min-line {
227
+ color: black(0.38);
228
+ }
225
229
  }
226
230
 
227
231
  .mat-form-field-flex {