diff --git a/src/app/pages/layout/infinite-list/news-post-placeholder/news-post-placeholder.component.scss b/src/app/pages/layout/infinite-list/news-post-placeholder/news-post-placeholder.component.scss index db97f60c..e04756de 100644 --- a/src/app/pages/layout/infinite-list/news-post-placeholder/news-post-placeholder.component.scss +++ b/src/app/pages/layout/infinite-list/news-post-placeholder/news-post-placeholder.component.scss @@ -22,6 +22,6 @@ @include nb-install-component() { [class$='placeholder'] { - background: nb-theme(background-basic-color-4); + background: nb-theme(background-basic-color-2); } }