EmptyDashboard: Fix wrong font weight (#66555)
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user