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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,7 +141,7 @@ function getStyles(theme: GrafanaTheme2) {
}),
headerSection: css({
label: 'header-section',
fontWeight: 600,
fontWeight: theme.typography.fontWeightMedium,
textAlign: 'center',
}),
headerBig: css({