mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update search bar styles
This commit is contained in:
@ -189,7 +189,7 @@ const Memo: React.FC<Props> = (props: Props) => {
|
||||
<span className="tip-text">{memo.pinned ? "Unpin" : "Pin"}</span>
|
||||
</div>
|
||||
<div className="btn" onClick={handleEditMemoClick}>
|
||||
<Icon.Edit className="icon-img" />
|
||||
<Icon.Edit3 className="icon-img" />
|
||||
<span className="tip-text">Edit</span>
|
||||
</div>
|
||||
<div className="btn" onClick={handleGenMemoImageBtnClick}>
|
||||
|
Reference in New Issue
Block a user