fix(react/ribbon): note context menu button looking off

This commit is contained in:
Elian Doran
2025-08-27 16:58:01 +03:00
parent 19c0305ed9
commit 1eaac79d63
2 changed files with 5 additions and 2 deletions

View File

@@ -59,6 +59,7 @@ function NoteContextMenu({ note, noteContext }: { note: FNote, noteContext?: Not
className="note-actions"
hideToggleArrow
noSelectButtonStyle
iconAction
>
{canBeConvertedToAttachment && <ConvertToAttachment note={note} /> }
{note.type === "render" && <CommandItem command="renderActiveNote" icon="bx bx-extension" text={t("note_actions.re_render_note")} />}