diff --git a/components/FolderTree.js b/components/FolderTree.js index ce6119d..0277547 100644 --- a/components/FolderTree.js +++ b/components/FolderTree.js @@ -12,7 +12,7 @@ const TCTreeItem = styled(TreeItem)(({theme}) => ({ fontSize: '1rem', paddingLeft: '6px', fontFamily: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,', - lineHeight: 1.8, + lineHeight: 2.0, }, }, }))