Skip to content

Commit

Permalink
[ACS-9075] Fixed incorrect buttons labels color (#10489)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderSklorz authored and VitoAlbano committed Dec 16, 2024
1 parent 5dabacd commit efa0976
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/core/src/lib/styles/_mat-selectors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ $mat-notched-outline-leading: '.mdc-notched-outline__leading';
$mat-notched-outline-trailing: '.mdc-notched-outline__trailing';
$mat-notched-outline-notch: '.mdc-notched-outline__notch';
$mat-evolution-chip-set: '.mdc-evolution-chip-set';
$mat-mdc-button: '.mdc-button';
$mat-outlined-button: '.mat-mdc-outlined-button';
$mat-button-base: '.mat-mdc-button-base';
$mat-button-touch-target: '.mat-mdc-button-touch-target';
$mat-evolution-chip-text-label: '.mdc-evolution-chip__text-label';
Expand Down
4 changes: 4 additions & 0 deletions lib/core/src/lib/styles/material.theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,8 @@
}
}
}

#{$mat-button-base} {
-webkit-font-smoothing: antialiased;
}
}

0 comments on commit efa0976

Please sign in to comment.