From 963cd42fcc01880b2439d239020503607ef949b1 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Tue, 25 Apr 2023 13:33:44 +0100 Subject: [PATCH] [v9.5.x] EmptyDashboard: Fix wrong font weight (#67044) --- public/app/features/dashboard/dashgrid/DashboardEmpty.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx b/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx index e9a7f988c9b..756d8d83053 100644 --- a/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx +++ b/public/app/features/dashboard/dashgrid/DashboardEmpty.tsx @@ -130,7 +130,7 @@ function getStyles(theme: GrafanaTheme2) { }), headerSection: css({ label: 'header-section', - fontWeight: 600, + fontWeight: theme.typography.fontWeightMedium, textAlign: 'center', }), headerBig: css({