Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen authored Oct 2, 2019
2 parents 9bfdceb + 9293342 commit 1f79fec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/components/src/typography/DocumentFormatting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ const codeCommon = ({ theme }: { theme: Theme }): CSSObject => ({
backgroundColor: theme.color.lighter,
borderRadius: '3px',
fontSize: theme.typography.size.s2 - 1,
color: theme.base === 'dark' && theme.color.darkest,
});

export const P = styled.p<{}>(withReset, withMargin, ({ theme }) => ({
Expand Down
1 change: 1 addition & 0 deletions lib/components/src/typography/DocumentWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ export const DocumentWrapper = styled.div(
border: 1px solid ${theme.color.mediumlight};
background-color: ${theme.color.lighter};
border-radius: 3px;
color: ${theme.base === 'dark' && theme.color.darkest};
}
`
);

1 comment on commit 1f79fec

@vercel
Copy link

@vercel vercel bot commented on 1f79fec Oct 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.