Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const Sidebar = () => (
borderColor: 'border.subtle',
}}
>
<Box sx={{display: 'flex', flexDirection: 'column'}} role="list">
<Box sx={{display: 'flex', flexDirection: 'column'}}>
<NavItems />
</Box>
</Box>
Expand Down
2 changes: 1 addition & 1 deletion src/mdx/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const ClipboardCopy = ({value, ...props}) => {
export const InlineCode = styled.code`
padding: 0.2em 0.4em;
font-family: ${themeGet('fonts.mono')};
font-size: 85%;
font-size: 80%;
background-color: ${themeGet('colors.neutral.muted')};
border-radius: ${themeGet('radii.2')};
`
Expand Down
Loading