mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Add padding for dropdown label
This commit is contained in:
@@ -21,6 +21,7 @@ type MenuDropdownProps = MantineMenuDropdownProps;
|
|||||||
const StyledMenu = styled(MantineMenu)<MenuProps>``;
|
const StyledMenu = styled(MantineMenu)<MenuProps>``;
|
||||||
|
|
||||||
const StyledMenuLabel = styled(MantineMenu.Label)<MenuLabelProps>`
|
const StyledMenuLabel = styled(MantineMenu.Label)<MenuLabelProps>`
|
||||||
|
padding: 0.5rem;
|
||||||
font-family: var(--content-font-family);
|
font-family: var(--content-font-family);
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user