From 34110f68b77cd8e8aec4bcadc4137902bcaf6fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 21 Apr 2023 14:15:09 +0200 Subject: [PATCH] EmptyDashboard: Fix wrong font weight (#66555) --- 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 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({