feat: added helptips for file and folder custom names

This commit is contained in:
Anoop M D
2025-03-17 02:52:03 +05:30
parent cd2f5d5233
commit 3808089e60
8 changed files with 276 additions and 201 deletions

View File

@@ -31,7 +31,7 @@ const StyledWrapper = styled.div`
.separator {
color: ${(props) => props.theme.text};
opacity: 0.6;
margin: 0 1px;
margin: 0 2px;
}
}
`;