fix: dashboard names invisible due to same background color (#5758)

This commit is contained in:
Yunus M 2024-08-23 12:24:06 +05:30 committed by GitHub
parent 758b10f1bf
commit 43ed49f9d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1067,7 +1067,7 @@
color: var(--bg-ink-500); color: var(--bg-ink-500);
} }
.subtitle { .subtitle {
color: var(--bg-vanilla-400); color: var(--bg-ink-300);
} }
.ant-table-row { .ant-table-row {
@ -1087,6 +1087,10 @@
.dashboard-title { .dashboard-title {
color: var(--bg-slate-300); color: var(--bg-slate-300);
.title {
color: var(--bg-ink-500);
}
} }
.title-with-action { .title-with-action {