Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:fannypackui/fannypack
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Feb 19, 2019
2 parents f33daf1 + fc07ea5 commit cd864f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_docs/pages/stylingtheming/fonts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ You can also access the font sizes in Styled Components through the Fannypack Th
import { Text, theme, styled } from 'fannypack';
const LargeText = styled(Text)`
font-size: ${theme('fannypack.fontSizes.700')};
font-size: ${theme('fannypack.fontSizes.700')}em;
`;
```
Expand Down

0 comments on commit cd864f0

Please sign in to comment.