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:
parent
5d70f09032
commit
b061e5b2d7
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
|
||||
.no-results {
|
||||
color: mat.get-color-from-palette($foreground, text);
|
||||
color: constants.$white;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
Loading…
Reference in New Issue