[v9.5.x] EmptyDashboard: Fix wrong font weight (#67044)

This commit is contained in:
Grot (@grafanabot)
2023-04-25 14:33:44 +02:00
committed by GitHub
parent f373eca377
commit 963cd42fcc
@@ -130,7 +130,7 @@ function getStyles(theme: GrafanaTheme2) {
}),
headerSection: css({
label: 'header-section',
fontWeight: 600,
fontWeight: theme.typography.fontWeightMedium,
textAlign: 'center',
}),
headerBig: css({