EmptyDashboard: Fix wrong font weight (#66555)

pull/67049/head
Torkel Ödegaard 2 years ago committed by GitHub
parent 53d5a996b8
commit 34110f68b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/features/dashboard/dashgrid/DashboardEmpty.tsx

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

Loading…
Cancel
Save