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:
@ -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
|
||||
═══════════════════════════════════════════ */
|
||||
|
||||
Reference in New Issue
Block a user