add missing lineHeight keys
This commit is contained in:
parent
b0a72dbd41
commit
283ae4249d
1 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ export default {
|
||||||
fontFamily,
|
fontFamily,
|
||||||
fontSize,
|
fontSize,
|
||||||
fontWeight,
|
fontWeight,
|
||||||
fontLeading,
|
lineHeight,
|
||||||
backgroundColor: ({theme}) => theme('colors'),
|
backgroundColor: ({theme}) => theme('colors'),
|
||||||
textColor: ({theme}) => theme('colors'),
|
textColor: ({theme}) => theme('colors'),
|
||||||
margin: ({theme}) => ({
|
margin: ({theme}) => ({
|
||||||
|
|
@ -94,7 +94,7 @@ export default {
|
||||||
{key: 'colors', prefix: 'color'},
|
{key: 'colors', prefix: 'color'},
|
||||||
{key: 'spacing', prefix: 'space'},
|
{key: 'spacing', prefix: 'space'},
|
||||||
{key: 'fontSize', prefix: 'size'},
|
{key: 'fontSize', prefix: 'size'},
|
||||||
{key: 'fontLeading', prefix: 'leading'},
|
{key: 'lineHeight', prefix: 'leading'},
|
||||||
{key: 'fontFamily', prefix: 'font'},
|
{key: 'fontFamily', prefix: 'font'},
|
||||||
{key: 'fontWeight', prefix: 'font'}
|
{key: 'fontWeight', prefix: 'font'}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue