refactor(list): make placeholder lighter

This commit is contained in:
Sergey Andrievskiy 2019-06-21 13:57:55 +03:00
parent 154587d761
commit 5a55162d11

View file

@ -22,6 +22,6 @@
@include nb-install-component() {
[class$='placeholder'] {
background: nb-theme(background-basic-color-4);
background: nb-theme(background-basic-color-2);
}
}