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