From 43ed49f9d99c5715d7158261739374320be7c085 Mon Sep 17 00:00:00 2001 From: Yunus M Date: Fri, 23 Aug 2024 12:24:06 +0530 Subject: [PATCH] fix: dashboard names invisible due to same background color (#5758) --- .../src/container/ListOfDashboard/DashboardList.styles.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/src/container/ListOfDashboard/DashboardList.styles.scss b/frontend/src/container/ListOfDashboard/DashboardList.styles.scss index 7fff109d2a..ef4a7c0a67 100644 --- a/frontend/src/container/ListOfDashboard/DashboardList.styles.scss +++ b/frontend/src/container/ListOfDashboard/DashboardList.styles.scss @@ -1067,7 +1067,7 @@ color: var(--bg-ink-500); } .subtitle { - color: var(--bg-vanilla-400); + color: var(--bg-ink-300); } .ant-table-row { @@ -1087,6 +1087,10 @@ .dashboard-title { color: var(--bg-slate-300); + + .title { + color: var(--bg-ink-500); + } } .title-with-action {