Reduce size of sidebar items
This commit is contained in:
parent
8233a56def
commit
57cdb0eb69
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ interface ListItemProps extends FlexProps {
|
||||||
const StyledItem = styled(Flex)`
|
const StyledItem = styled(Flex)`
|
||||||
width: 100%;
|
width: 100%;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 1.1rem;
|
|
||||||
font-family: var(--content-font-family);
|
font-family: var(--content-font-family);
|
||||||
|
|
||||||
&:focus-visible {
|
&:focus-visible {
|
||||||
|
|
|
||||||
Reference in a new issue