fix: add a visual separator to the save button

This commit is contained in:
June 2025-09-08 18:43:47 +12:00
parent 3be1b3a1e3
commit 6fbf7df612
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ const MemoEditor = observer((props: Props) => {
{!state.isRequesting ? (
<DropdownMenu>
<DropdownMenuTrigger asChild onClick={(e) => e.stopPropagation()}>
<span className="pointer-events-auto">
<span className="pointer-events-auto border-l pl-1">
<VisibilityIcon visibility={state.memoVisibility} className="w-4 h-auto ml-1 text-primary-foreground opacity-80" />
</span>
</DropdownMenuTrigger>