Skip to content

Commit 41fc54a

Browse files
committed
fix(material/toolbar): use system surface for neutral background
1 parent 0c654b7 commit 41fc54a

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, background, surface),
1515
$text-color: inspection.get-theme-color($theme, system, on-surface),
1616
);
1717
}

0 commit comments

Comments
 (0)