diff --git a/public/app/core/components/PageNew/SectionNavItem.tsx b/public/app/core/components/PageNew/SectionNavItem.tsx index 0c231131a93..11da0dd0e79 100644 --- a/public/app/core/components/PageNew/SectionNavItem.tsx +++ b/public/app/core/components/PageNew/SectionNavItem.tsx @@ -57,6 +57,7 @@ const getStyles = (theme: GrafanaTheme2) => { padding: ${theme.spacing(1, 0, 1, 1.5)}; display: flex; align-items: center; + border-radius: ${theme.shape.borderRadius(2)}; gap: ${theme.spacing(1)}; height: 100%; position: relative; @@ -71,7 +72,6 @@ const getStyles = (theme: GrafanaTheme2) => { label: activeTabStyle; color: ${theme.colors.text.primary}; background: ${theme.colors.emphasize(theme.colors.background.canvas, 0.03)}; - border-radius: ${theme.shape.borderRadius(2)}; font-weight: ${theme.typography.fontWeightMedium}; &::before {