Add padding for dropdown label
This commit is contained in:
parent
ffb7f915c3
commit
4700772e6d
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
`;
|
||||
|
||||
|
|
Reference in a new issue