TopNav: Section styling fix (#56372)

This commit is contained in:
Torkel Ödegaard 2022-10-05 13:06:51 +02:00 committed by GitHub
parent dcc02a8ebe
commit b396f16fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,6 +102,7 @@ const getStyles = (theme: GrafanaTheme2) => {
fontSize: theme.typography.h5.fontSize,
marginTop: theme.spacing(2),
fontWeight: theme.typography.fontWeightMedium,
color: theme.colors.text.primary,
}),
noRootMargin: css({
marginBottom: 0,