From f72bbaaea87333ccda968fd14f4f418133b4aa2f Mon Sep 17 00:00:00 2001 From: domyen Date: Fri, 12 Aug 2022 17:51:36 -0400 Subject: [PATCH] Embiggen the sidebar icons by 2px --- code/lib/ui/src/components/sidebar/TreeNode.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/code/lib/ui/src/components/sidebar/TreeNode.tsx b/code/lib/ui/src/components/sidebar/TreeNode.tsx index 04c47c700831..9503ec4c372a 100644 --- a/code/lib/ui/src/components/sidebar/TreeNode.tsx +++ b/code/lib/ui/src/components/sidebar/TreeNode.tsx @@ -40,7 +40,6 @@ const TypeIcon = styled(Icons)<{ docsMode?: boolean }>( { width: 12, height: 12, - padding: 1, marginTop: 3, marginRight: 5, flex: '0 0 auto',