From b396f16fe1fa85e8c3b73fc344f11eb28adf7df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 5 Oct 2022 13:06:51 +0200 Subject: [PATCH] TopNav: Section styling fix (#56372) --- public/app/core/components/PageNew/SectionNavItem.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/core/components/PageNew/SectionNavItem.tsx b/public/app/core/components/PageNew/SectionNavItem.tsx index a8bdc276a2b..cffedb73596 100644 --- a/public/app/core/components/PageNew/SectionNavItem.tsx +++ b/public/app/core/components/PageNew/SectionNavItem.tsx @@ -102,6 +102,7 @@ const getStyles = (theme: GrafanaTheme2) => { fontSize: theme.typography.h5.fontSize, marginTop: theme.spacing(2), fontWeight: theme.typography.fontWeightMedium, + color: theme.colors.text.primary, }), noRootMargin: css({ marginBottom: 0,