We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5546d10 commit 4b85f9fCopy full SHA for 4b85f9f
src/material/toolbar/_m2-toolbar.scss
@@ -11,7 +11,7 @@
11
// Tokens that can be configured through Angular Material's color theming API.
12
@function get-color-tokens($theme) {
13
@return private-get-color-palette-color-tokens(
14
- $background-color: inspection.get-theme-color($theme, background, app-bar),
+ $background-color: inspection.get-theme-color($theme, system, surface),
15
$text-color: inspection.get-theme-color($theme, system, on-surface),
16
);
17
}
0 commit comments