Set the right color to the text when nothing is found
This commit is contained in:
parent
32348dd058
commit
305892edff
|
@ -1,5 +1,5 @@
|
||||||
.m-no-found {
|
.m-no-found {
|
||||||
color: $black;
|
color: var(--primary-foreground-color);
|
||||||
line-height: 1.3;
|
line-height: 1.3;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
Loading…
Reference in a new issue