Increase font size to 12px

This commit is contained in:
Lukas Martinelli
2016-12-25 20:36:10 +01:00
parent 8afda2fe28
commit 6b0b29d1da
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ const IconText = props => <span style={{ paddingLeft: margins[0] }}>
const actionStyle = {
display: "inline-block",
padding: 12.5,
padding: 10,
fontSize: fontSizes[4],
cursor: "pointer",
color: colors.white,