Skip to content

Commit

Permalink
UX-726 Modify InlineCode styling (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonambas authored Nov 2, 2021
1 parent 5a116c9 commit ab2433e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/matchbox/src/components/InlineCode/InlineCode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ function InlineCode({ children }: InlineCodeProps): JSX.Element {
return (
<Box
as="code"
borderRadius="200"
borderRadius="100"
fontFamily="monospace"
display="inline"
bg="gray.200"
color="gray.900"
px="200"
bg="blue.200"
color="blue.700"
px="100"
lineHeight="inherit"
fontSize="75%"
>
Expand Down

0 comments on commit ab2433e

Please sign in to comment.