Skip to content

Commit f915d26

Browse files
committed
Use accent color as banner color.
1 parent 0b8c2f2 commit f915d26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iron-component-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
@apply --paper-font-headline;
4040
color: white;
4141
background-color: #5a5a5a;
42-
background-color: var(--iron-component-page-header-color, var(--paper-pink-700));
42+
background-color: var(--iron-component-page-header-color, var(--iron-doc-accent-color1));
4343
}
4444

4545
[drawer-toggle] {

0 commit comments

Comments
 (0)