We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423437a commit 54f15b2Copy full SHA for 54f15b2
src/styles/mdc_overwrites/mdc_overwrites.scss
@@ -8,7 +8,7 @@
8
9
// Text color for fab buttons otherwise defaults to black
10
.mat-mdc-fab.mat-accent, .mat-mdc-mini-fab.mat-accent {
11
- --mat-mdc-fab-color: #{mat.get-contrast-color-from-palette(theme.$accent, A200)} !important;
+ --mat-fab-foreground-color: #{mat.get-contrast-color-from-palette(theme.$accent, A200)} !important;
12
}
13
14
// Text color for buttons with accent color otherwise defaults to black
0 commit comments