Add padding for dropdown label

This commit is contained in:
jeffvli 2023-02-08 14:39:59 -08:00
parent ffb7f915c3
commit 4700772e6d

View file

@ -21,6 +21,7 @@ type MenuDropdownProps = MantineMenuDropdownProps;
const StyledMenu = styled(MantineMenu)<MenuProps>``;
const StyledMenuLabel = styled(MantineMenu.Label)<MenuLabelProps>`
padding: 0.5rem;
font-family: var(--content-font-family);
`;