Update look and feel

This commit is contained in:
jeffvli
2022-11-14 18:12:24 -08:00
parent 8dad9a8109
commit 8d5a05c329
27 changed files with 116 additions and 102 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const StyledPopover = styled(MantinePopover)``;
const StyledDropdown = styled(MantinePopover.Dropdown)<PopoverDropdownProps>`
padding: 0.5rem;
font-size: 0.9em;
font-family: var(--label-font-family);
font-family: var(--content-font-family);
background-color: var(--dropdown-menu-bg);
& .mantine-Menu-itemIcon {