Skip to content

Commit

Permalink
Command palette: section styling tweaks (#62671)
Browse files Browse the repository at this point in the history
section styling tweaks
  • Loading branch information
ashharrison90 authored Feb 1, 2023
1 parent faa9204 commit 8d7e769
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/app/features/commandPalette/CommandPalette.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,15 @@ const getSearchStyles = (theme: GrafanaTheme2) => {
paddingBottom: theme.spacing(1),
}),
sectionHeader: css({
padding: theme.spacing(1.5, 2, 1, 2),
padding: theme.spacing(1.5, 2, 2, 2),
fontSize: theme.typography.bodySmall.fontSize,
fontWeight: theme.typography.fontWeightMedium,
color: theme.colors.text.primary,
color: theme.colors.text.secondary,
borderTop: `1px solid ${theme.colors.border.weak}`,
marginTop: theme.spacing(1),
}),
sectionHeaderFirst: css({
paddingBottom: theme.spacing(1),
borderTop: 'none',
marginTop: 0,
}),
Expand Down

0 comments on commit 8d7e769

Please sign in to comment.