Skip to content

Commit

Permalink
Increasing line-height for nav-bar item
Browse files Browse the repository at this point in the history
  • Loading branch information
TuanManhCao committed Apr 19, 2022
1 parent 81b82fa commit 632206f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/FolderTree.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
}))
Expand Down

0 comments on commit 632206f

Please sign in to comment.