fix(ui): scope empty-state color and font to dashboard context — suppress matrix-green bleed

This commit is contained in:
2026-05-21 15:44:08 -04:00
parent cd3c1104b4
commit f160eccdae

View File

@@ -589,3 +589,15 @@
flex-wrap: wrap;
gap: 6px;
}
/* Align EmptyState color and font with the dim-grey convention used across
all other section containers (logs-root, attackers-root, bounty-root…).
Without this, the global body color (var(--matrix) green) bleeds in. */
.dashboard .empty-state .empty-state-icon {
color: var(--violet);
}
.dashboard .empty-state .type-label {
color: var(--text-dim, #888);
font-size: 0.7rem;
letter-spacing: 2px;
}