Set the right color to the text when nothing is found

This commit is contained in:
Eduardo 2019-10-13 18:32:16 +02:00
parent 32348dd058
commit 305892edff

View file

@ -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;