feat: Update empty state colors for improved visibility and aesthetics
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user