fix: add missing in ActionDescription

This commit is contained in:
karishmas6
2024-08-05 23:17:56 +05:30
parent 0c03c54eae
commit 05ac2066f1

View File

@@ -145,3 +145,4 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
export const ActionDescription = styled.p`
margin-left: 15px;
`;