demo: fix view source outline color

This commit is contained in:
Elliott Marquez 2020-09-22 17:31:11 -07:00
parent bd5fc7904d
commit f84f6da15a

View File

@ -35,6 +35,7 @@ class DemoHeader extends LitElement {
}
.white {
--mdc-theme-primary: white;
--mdc-button-outline-color: white;
color: white;
}`,
];