[v9.5.x] EmptyDashboard: Fix wrong font weight (#67044)
This commit is contained in:
@@ -130,7 +130,7 @@ function getStyles(theme: GrafanaTheme2) {
|
||||
}),
|
||||
headerSection: css({
|
||||
label: 'header-section',
|
||||
fontWeight: 600,
|
||||
fontWeight: theme.typography.fontWeightMedium,
|
||||
textAlign: 'center',
|
||||
}),
|
||||
headerBig: css({
|
||||
|
||||
Reference in New Issue
Block a user