From 5d25789471f55691f46c8b84368d0156dca7fd3f Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 5 Aug 2024 22:44:41 +0530 Subject: [PATCH] chore: remove ActionTypeWrapper --- src/components/organisms/RightSidePanel.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 616bd0dd..e863b9a8 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -135,13 +135,7 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => { ); }; -const ActionTypeWrapper = styled.div` - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - margin-top: 20px; -`; + export const ActionDescription = styled.p` margin-left: 15px;