From 14d4e0eeca72cb4b54eb5091fe8c8c100dfa7ec8 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Tue, 13 Sep 2022 12:34:02 +0100 Subject: [PATCH] set font-weight correctly (#55074) --- public/app/core/components/PageNew/SectionNavItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;