chore: remove ActionTypeWrapper

This commit is contained in:
karishmas6
2024-08-05 22:44:41 +05:30
parent b0e6a45c7c
commit 5d25789471

View File

@@ -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;