Adjust various styles

This commit is contained in:
jeffvli 2023-01-30 01:36:36 -08:00
parent 2700774469
commit 5ddd0872ef
22 changed files with 54 additions and 48 deletions

View file

@ -41,8 +41,8 @@ const StyledMenuItem = styled(MantineMenu.Item)<MenuItemProps>`
left: 0;
width: 100%;
height: 100%;
background-color: var(--primary-color);
opacity: 0.2;
background-color: var(--dropdown-menu-bg-hover);
opacity: 0.5;
z-index: -1;
}