feat: Update empty state colors for improved visibility and aesthetics

This commit is contained in:
MayaTheShy
2026-02-16 02:14:36 -05:00
parent c492529c1d
commit e76477f38d

View File

@@ -119,7 +119,7 @@
.empty-state { .empty-state {
padding: 3rem 2rem; padding: 3rem 2rem;
text-align: center; text-align: center;
color: #9ca3af; color: #6b7280;
} }
.empty-state::before { .empty-state::before {
@@ -133,7 +133,7 @@
.empty-state .hint { .empty-state .hint {
margin-top: 1rem; margin-top: 1rem;
font-size: 0.875rem; font-size: 0.875rem;
color: #6b7280; color: #4b5563;
font-style: italic; font-style: italic;
} }