From b061e5b2d742c9be58affdf84b38f2eb4723830f Mon Sep 17 00:00:00 2001 From: Alex Inkin Date: Sat, 5 Jun 2021 14:05:24 +0300 Subject: [PATCH] fix(docs-infra): fix search results font color (#42488) Use the same white constant for no results message PR Close #42488 --- .../styles/2-modules/search-results/_search-results-theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/src/styles/2-modules/search-results/_search-results-theme.scss b/aio/src/styles/2-modules/search-results/_search-results-theme.scss index 06c858e2439..604918b9090 100644 --- a/aio/src/styles/2-modules/search-results/_search-results-theme.scss +++ b/aio/src/styles/2-modules/search-results/_search-results-theme.scss @@ -29,7 +29,7 @@ } .no-results { - color: mat.get-color-from-palette($foreground, text); + color: constants.$white; } a {