fix(docs-infra): fix search results font color (#42488)

Use the same white constant for no results message
PR Close #42488
This commit is contained in:
Alex Inkin 2021-06-05 14:05:24 +03:00 committed by Jessica Janiuk
parent 5d70f09032
commit b061e5b2d7
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
}
.no-results {
color: mat.get-color-from-palette($foreground, text);
color: constants.$white;
}
a {