fix(ui): remove dark mode css override in loading component that broke light mode contrast, and add missing state-center css class to discover view

This commit is contained in:
2026-03-04 16:49:18 -05:00
parent 669c834826
commit 5d573ea6e0
2 changed files with 11 additions and 10 deletions

View File

@ -388,6 +388,16 @@ function resetFilters() {
padding-bottom: 100px;
}
.state-center {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 4rem 1.25rem;
gap: 1rem;
color: var(--text-secondary);
}
/* ═══════════════════════════════════════════
HEADER
═══════════════════════════════════════════ */