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,