Adjust default dropdown styling

This commit is contained in:
jeffvli 2023-03-03 00:30:00 -08:00
parent 661751f306
commit 918b77eebb
3 changed files with 11 additions and 11 deletions

View file

@ -85,7 +85,8 @@ const StyledMenuDropdown = styled(MantineMenu.Dropdown)`
`;
const StyledMenuDivider = styled(MantineMenu.Divider)`
/* margin: 0.3rem 0; */
margin: 0;
padding: 0;
`;
export const DropdownMenu = ({ children, ...props }: MenuProps) => {
@ -97,7 +98,6 @@ export const DropdownMenu = ({ children, ...props }: MenuProps) => {
filter: 'drop-shadow(0 0 5px rgb(0, 0, 0, 50%))',
},
}}
transition="fade"
{...props}
>
{children}