Increased line height for body 2 font

This commit is contained in:
Mitchell McCaffrey 2020-11-27 11:22:58 +11:00
parent fca1c9fd1f
commit ad9428c703

View File

@ -40,6 +40,7 @@ const theme = {
},
lineHeights: {
body: 1.3,
body2: 1.5,
display: 1.1,
heading: 1.25,
},
@ -68,6 +69,7 @@ const theme = {
fontFamily: "body2",
fontSize: 0,
fontWeight: "body",
lineHeight: "body2",
},
},
styles: {