From abb5d7eea3c469623d6322b820aaa284ef4e316e Mon Sep 17 00:00:00 2001 From: Dipyaman Biswas Date: Sat, 7 Oct 2023 13:01:16 +0530 Subject: [PATCH] fix: remove hardcoded color for upgrade button (#27880) --- .../src/pages/Home/LeftPaneBottomSection.tsx | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/app/client/src/pages/Home/LeftPaneBottomSection.tsx b/app/client/src/pages/Home/LeftPaneBottomSection.tsx index 9676e97f16..69b595ac46 100644 --- a/app/client/src/pages/Home/LeftPaneBottomSection.tsx +++ b/app/client/src/pages/Home/LeftPaneBottomSection.tsx @@ -37,23 +37,6 @@ export const Wrapper = styled.div` width: 100%; margin-top: auto; border-top: 1px solid var(--ads-v2-color-border); - - .business-plan-menu-option { - .cs-text { - color: var(--appsmith-color-orange-500); - } - svg path { - fill: var(--appsmith-color-orange-500); - } - &:hover { - .cs-text { - color: var(--appsmith-color-orange-800); - } - svg path { - fill: var(--appsmith-color-orange-800); - } - } - } `; export const MenuWrapper = styled.div`