Skip to content

Commit

Permalink
Specify font on code in ArgRow description
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmh committed Aug 15, 2021
1 parent 919520f commit c7cd395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/src/blocks/ArgsTable/ArgRow.tsx
Expand Up @@ -38,6 +38,7 @@ const Description = styled.div(({ theme }) => ({
code: {
...codeCommon({ theme }),
fontSize: 12,
fontFamily: theme.typography.fonts.mono,
},

'& code': {
Expand Down

0 comments on commit c7cd395

Please sign in to comment.