Skip to content

Commit

Permalink
Improve menu label text size.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuspahl committed Feb 4, 2025
1 parent dc2f9e0 commit e2573e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graylog2-web-interface/src/components/bootstrap/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const StyledMenuDivider = styled(MantineMenu.Divider)(({ theme }) => css`
`);

const StyledMenuLabel = styled(MantineMenu.Label)(({ theme }) => css`
font-size: ${theme.fonts.size.navigation};
font-size: ${theme.fonts.size.small};
color: ${theme.colors.global.textSecondary};
`);

Expand Down

0 comments on commit e2573e3

Please sign in to comment.