Revert "feat: update note type menu design (#1032)"

This reverts commit 9524a83ec3.
This commit is contained in:
Mo
2022-05-19 07:21:08 -05:00
parent 15f6b1ce13
commit b36c9d09bc
5 changed files with 36 additions and 41 deletions

View File

@@ -51,7 +51,7 @@ export const WorkspaceMenuItem: FunctionComponent<Props> = ({
onClick={onClick}
checked={descriptor.primary}
>
<div className="flex items-center justify-between w-full ml-2">
<div className="flex items-center justify-between w-full">
{isRenaming ? (
<input
ref={inputRef}