Skip to content

Commit 4b85f9f

Browse files
authored
fix(material/toolbar): use system surface for neutral background (#31234)
1 parent 5546d10 commit 4b85f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/toolbar/_m2-toolbar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// Tokens that can be configured through Angular Material's color theming API.
1212
@function get-color-tokens($theme) {
1313
@return private-get-color-palette-color-tokens(
14-
$background-color: inspection.get-theme-color($theme, background, app-bar),
14+
$background-color: inspection.get-theme-color($theme, system, surface),
1515
$text-color: inspection.get-theme-color($theme, system, on-surface),
1616
);
1717
}

0 commit comments

Comments
 (0)