td-stylekit
Advanced tools
Comparing version 0.16.0 to 0.16.1
@@ -16,3 +16,4 @@ import Popover from '../Popover'; | ||
paddingBottom: theme.space[2], | ||
letterSpacing: 0.8 | ||
letterSpacing: 0.8, | ||
lineHeight: theme.lineHeight[5] | ||
}, isMenu ? { | ||
@@ -44,3 +45,4 @@ marginTop: 0 | ||
fontFamily: theme.fontFamily.accent, | ||
fontSize: theme.fontSize[1] | ||
fontSize: theme.fontSize[1], | ||
lineHeight: theme.lineHeight[7] | ||
}; | ||
@@ -65,2 +67,3 @@ }).withProps({ | ||
paddingBottom: theme.space[2], | ||
lineHeight: theme.lineHeight[7], | ||
'&:hover': { | ||
@@ -67,0 +70,0 @@ color: theme.color.Aquamarine, |
{ | ||
"name": "td-stylekit", | ||
"version": "0.16.0", | ||
"version": "0.16.1", | ||
"main": "dist/es/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/es/index.js", |
529376
4704