@dangl/angular-material-shared 2.4.0-beta0023 → 2.4.0-beta0025

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": "@dangl/angular-material-shared",
3
- "version": "2.4.0-beta0023",
3
+ "version": "2.4.0-beta0025",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": ">=15.0.1",
6
6
  "@angular/common": ">=15.0.1",
@@ -17,6 +17,9 @@
17
17
  // Cyan 600
18
18
  // See here for more information:
19
19
  // https://github.com/angular/components/issues/26056
20
- .mat-primary .mdc-button__label {
21
- color: #fff;
20
+ .mat-primary {
21
+ .mdc-button__label,
22
+ &.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled~.mdc-checkbox__background .mdc-checkbox__checkmark {
23
+ color: #fff;
24
+ }
22
25
  }
@@ -26,3 +26,4 @@
26
26
  // that you are using.
27
27
  // @include mat.all-legacy-component-themes($dangl-app-theme);
28
28
  @include mat.all-component-themes($dangl-app-theme);
29
+ @include mat.typography-hierarchy(mat.define-typography-config());