From 305892edff1701b04cea01ed1fa3c1cbefc4fdb6 Mon Sep 17 00:00:00 2001 From: Eduardo Date: Sun, 13 Oct 2019 18:32:16 +0200 Subject: [PATCH] Set the right color to the text when nothing is found --- src/sass/components/ui/_no-found.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/components/ui/_no-found.scss b/src/sass/components/ui/_no-found.scss index bccfa0c..6fda0c9 100644 --- a/src/sass/components/ui/_no-found.scss +++ b/src/sass/components/ui/_no-found.scss @@ -1,5 +1,5 @@ .m-no-found { - color: $black; + color: var(--primary-foreground-color); line-height: 1.3; font-size: 0.875rem; font-weight: 600;