Skip to content

Commit

Permalink
feat: add caption text style
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Zivolo committed Jan 18, 2019
1 parent 2a963d3 commit 0cecd4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/theme/src/textStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ const styles = {
font-size: 16px;
line-height: 1.5;
`,
caption: css`
font-size: 12px;
line-height: 1.5;
`,
title: css`
font-size: 16px;
line-height: 1.5;
Expand Down

0 comments on commit 0cecd4a

Please sign in to comment.