From 4f0c08126c11ed3d4573912660ba4f735ece29d9 Mon Sep 17 00:00:00 2001 From: navaneeth Date: Wed, 1 Sep 2021 21:29:18 +0530 Subject: [PATCH] Popover pin should be darker when pinned --- frontend/src/Editor/LeftSidebar/SidebarPinnedButton.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/Editor/LeftSidebar/SidebarPinnedButton.jsx b/frontend/src/Editor/LeftSidebar/SidebarPinnedButton.jsx index 8fc95bef3c..a92c963aa5 100644 --- a/frontend/src/Editor/LeftSidebar/SidebarPinnedButton.jsx +++ b/frontend/src/Editor/LeftSidebar/SidebarPinnedButton.jsx @@ -7,7 +7,7 @@ export const SidebarPinnedButton = ({ state, component, updateState }) => { const tooltipMsg = state ? `Unpin ${component}` : `Pin ${component}` return ( -
+