From 632206f84f7161757d791abe7c534eebc6a57fa0 Mon Sep 17 00:00:00 2001 From: Tuan Cao Date: Tue, 19 Apr 2022 11:41:07 +0700 Subject: [PATCH] Increasing line-height for nav-bar item --- components/FolderTree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, }, }))