From ce96e5efc2da1d5d22d4575494f4ddb1e7284be9 Mon Sep 17 00:00:00 2001 From: John Knox Date: Thu, 16 Jan 2020 08:14:25 -0800 Subject: [PATCH] Use chevron-right for collapsed state Summary: I find this much more intuitive that it's unexpanded, than a down arrow. Reviewed By: mweststrate Differential Revision: D19429007 fbshipit-source-id: 7b414aeee846a864641941b6837770252cb298de --- src/chrome/mainsidebar/MainSidebar2.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chrome/mainsidebar/MainSidebar2.tsx b/src/chrome/mainsidebar/MainSidebar2.tsx index 53c5a55d2..0ea21c72e 100644 --- a/src/chrome/mainsidebar/MainSidebar2.tsx +++ b/src/chrome/mainsidebar/MainSidebar2.tsx @@ -119,7 +119,7 @@ const SidebarSection: React.FC<{ {typeof title === 'function' ? title(collapsed) : title} {level < 3 && children && ( @@ -520,7 +520,7 @@ const PluginList = memo(function PluginList({ )}>