mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
EmptyDashboard: Fix wrong font weight (#66555)
This commit is contained in:
parent
53d5a996b8
commit
34110f68b7
@ -141,7 +141,7 @@ function getStyles(theme: GrafanaTheme2) {
|
||||
}),
|
||||
headerSection: css({
|
||||
label: 'header-section',
|
||||
fontWeight: 600,
|
||||
fontWeight: theme.typography.fontWeightMedium,
|
||||
textAlign: 'center',
|
||||
}),
|
||||
headerBig: css({
|
||||
|
Loading…
Reference in New Issue
Block a user