Skip to content

Commit 54f15b2

Browse files
committed
fixed fab color overwrite
1 parent 423437a commit 54f15b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/mdc_overwrites/mdc_overwrites.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// Text color for fab buttons otherwise defaults to black
1010
.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;
11+
--mat-fab-foreground-color: #{mat.get-contrast-color-from-palette(theme.$accent, A200)} !important;
1212
}
1313

1414
// Text color for buttons with accent color otherwise defaults to black

0 commit comments

Comments
 (0)