Adding margin-bottom in Create Services.

This commit is contained in:
Kartik Sharma 2025-12-09 12:36:01 +05:30
parent 4f94c040ca
commit f31adf3728

View File

@ -147,7 +147,7 @@ const ManageServiceProject = ({ serviceProjectId, onClose }) => {
</div> </div>
<i <i
className="bx bx-plus-circle bx-xs cursor-pointer text-primary " className="bx bx-plus-circle bx-xs cursor-pointer text-primary mb-3"
onClick={() => { onClick={() => {
onClose(); onClose();
openOrgModal({ startStep: 2 }); openOrgModal({ startStep: 2 });