UI Alignment and Icon Styling Issue in Contact Card Design in Directory. #292

Closed
kartik.sharma wants to merge 65 commits from Kartik_Bug#805 into Issues_July_4W
Showing only changes of commit 832685fedd - Show all commits

View File

@ -111,7 +111,7 @@ const NotesDirectory = ({
<p className="fw-semibold m-0 ms-3">Notes :</p> <p className="fw-semibold m-0 ms-3">Notes :</p>
</div> </div>
<div className="d-flex align-items-center justify-content-between mb-5"> <div className="d-flex align-items-center justify-content-between mb-5">
<div className="m-0 d-flex align-items-center"> <div className="m-0 d-flex align-items-center ms-2 mt-5">
{(contactProfile?.notes?.length > 0 || contactNotes?.length > 0) && ( {(contactProfile?.notes?.length > 0 || contactNotes?.length > 0) && (
<label className="switch switch-primary"> <label className="switch switch-primary">
<input <input