UX: angularPanelStyles to align correctly with OptionsPaneCategory #50839

plugin-store-split
Seyaji 3 years ago committed by GitHub
parent ae9491c3a7
commit 390b7d084e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      packages/grafana-ui/src/themes/GlobalStyles/angularPanelStyles.ts

@ -25,6 +25,7 @@ export function getAgularPanelStyles(theme: GrafanaTheme2) {
.panel-options-group__icon {
color: ${theme.colors.text.secondary};
margin-right: ${theme.spacing(1)};
padding: ${theme.spacing(0, 0.9, 0, 0.6)};
}
.panel-options-group__title {

Loading…
Cancel
Save