edit, delete option to dropdown icon size changed -sm
This commit is contained in:
parent
dcc17dea0c
commit
3e251b3d47
@ -75,18 +75,18 @@ const NoteCardDirectory = ({ noteItem, contactId,setProfileContact }) => {
|
|||||||
>
|
>
|
||||||
<li>
|
<li>
|
||||||
<button
|
<button
|
||||||
className="dropdown-item py-1 px-2"
|
className="dropdown-item py-1 px-2 small text-primary"
|
||||||
onClick={() => setEditing(true)}
|
onClick={() => setEditing(true)}
|
||||||
>
|
>
|
||||||
<i className="bx bx-edit-alt me-1"></i> Edit
|
<i className="bx bxs-edit bx-sm me-1"></i> Edit
|
||||||
</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<button
|
<button
|
||||||
className="dropdown-item py-1 px-2 text-danger"
|
className="dropdown-item py-1 px-2 text-danger small"
|
||||||
onClick={()=>{}}
|
onClick={()=>{}}
|
||||||
>
|
>
|
||||||
<i className="bx bx-trash me-1"></i> Delete
|
<i className="bx bx-trash bx-sm me-1"></i> Delete
|
||||||
</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user