CollapsableSection: Change css properties (#101630)
This commit is contained in:
@@ -126,5 +126,7 @@ const collapsableSectionStyles = (theme: GrafanaTheme2) => ({
|
||||
}),
|
||||
label: css({
|
||||
display: 'flex',
|
||||
fontWeight: theme.typography.fontWeightMedium,
|
||||
color: theme.colors.text.maxContrast,
|
||||
}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user