diff --git a/public/app/core/components/PageNew/SectionNavItem.tsx b/public/app/core/components/PageNew/SectionNavItem.tsx index 31d4062e7a5..bf6034685ea 100644 --- a/public/app/core/components/PageNew/SectionNavItem.tsx +++ b/public/app/core/components/PageNew/SectionNavItem.tsx @@ -70,7 +70,7 @@ const getStyles = (theme: GrafanaTheme2) => { color: ${theme.colors.text.primary}; background-color: ${theme.colors.action.disabledBackground}; border-radius: ${theme.shape.borderRadius(2)}; - fontweight: theme.typography.fontWeightMedium; + font-weight: ${theme.typography.fontWeightMedium}; &::before { display: block;