EmptyDashboard: Fix wrong font weight (#66555)

This commit is contained in:
Torkel Ödegaard
2023-04-21 14:15:09 +02:00
committed by GitHub
parent 53d5a996b8
commit 34110f68b7
@@ -141,7 +141,7 @@ function getStyles(theme: GrafanaTheme2) {
}), }),
headerSection: css({ headerSection: css({
label: 'header-section', label: 'header-section',
fontWeight: 600, fontWeight: theme.typography.fontWeightMedium,
textAlign: 'center', textAlign: 'center',
}), }),
headerBig: css({ headerBig: css({