Add configurable sidebar

This commit is contained in:
jeffvli 2023-06-03 05:36:38 -07:00
parent e7bc29a8f1
commit c8a0df4759
5 changed files with 207 additions and 188 deletions

View file

@ -12,7 +12,7 @@ interface ListItemProps extends FlexProps {
const StyledItem = styled(Flex)`
width: 100%;
font-weight: 600;
font-weight: 700;
font-family: var(--content-font-family);
&:focus-visible {