CollapsableSection: Change css properties (#101630)

This commit is contained in:
Juan Cabanas
2025-03-20 09:17:11 -03:00
committed by GitHub
parent 0f14bccc68
commit 7b94308c3e
@@ -126,5 +126,7 @@ const collapsableSectionStyles = (theme: GrafanaTheme2) => ({
}),
label: css({
display: 'flex',
fontWeight: theme.typography.fontWeightMedium,
color: theme.colors.text.maxContrast,
}),
});