mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-12 02:19:02 +08:00
fix: dashboard names invisible due to same background color (#5758)
This commit is contained in:
parent
758b10f1bf
commit
43ed49f9d9
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user