This commit is contained in:
Paul Marbach
2025-12-02 18:28:27 -05:00
parent fbf4cc11aa
commit 65ef473c1f
@@ -261,7 +261,7 @@ const getStyles = (theme: GrafanaTheme2) => {
color: theme.colors.text.primary,
}),
sectionLabel: css({
fontFamily: theme.typography.fontFamilyMonospace
fontFamily: theme.typography.fontFamilyMonospace,
fontSize: theme.typography.bodySmall.fontSize,
color: theme.colors.text.maxContrast,
textTransform: 'uppercase',