mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
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 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);
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue