new-front-common-library 16.0.1-REF-3 → 16.0.1-REF-4

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.
@@ -237,4 +237,8 @@
237
237
  th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
238
238
  border-bottom: $dark-border-color 1px solid;
239
239
  }
240
+
241
+ .mat-datepicker-content .mat-mdc-button.mat-unthemed {
242
+ --mdc-text-button-label-text-color: $blue-primary;
243
+ }
240
244
  }
@@ -259,6 +259,10 @@
259
259
  border-bottom: $light-border-color 1px solid;
260
260
  }
261
261
 
262
+ .mat-datepicker-content .mat-mdc-button.mat-unthemed {
263
+ --mdc-text-button-label-text-color: $blue-primary;
264
+ }
265
+
262
266
  --mdc-checkbox-selected-icon-color: #{$blue-primary};
263
267
  --mdc-checkbox-selected-hover-icon-color: #{$blue-primary};
264
268
  --mdc-checkbox-selected-focus-icon-color: #{$blue-primary};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "new-front-common-library",
3
- "version": "16.0.1-REF-3",
3
+ "version": "16.0.1-REF-4",
4
4
  "Dependencies": {
5
5
  "@angular/common": "^16.2.12",
6
6
  "@angular/core": "^16.2.12",