diff --git a/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx b/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx index 62223b15cf1..e5ce1303a3a 100644 --- a/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx +++ b/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx @@ -141,7 +141,7 @@ function getStyles(theme: GrafanaTheme2) { }), headerSection: css({ label: 'header-section', - fontWeight: 600, + fontWeight: theme.typography.fontWeightMedium, textAlign: 'center', }), headerBig: css({