Increasing line-height for nav-bar item
This commit is contained in:
parent
81b82fa5bc
commit
632206f84f
@ -12,7 +12,7 @@ const TCTreeItem = styled(TreeItem)(({theme}) => ({
|
|||||||
fontSize: '1rem',
|
fontSize: '1rem',
|
||||||
paddingLeft: '6px',
|
paddingLeft: '6px',
|
||||||
fontFamily: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,',
|
fontFamily: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,',
|
||||||
lineHeight: 1.8,
|
lineHeight: 2.0,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}))
|
}))
|
||||||
|
Loading…
Reference in New Issue
Block a user