feat: update note type menu design (#1032)

This commit is contained in:
Aman Harwara
2022-05-19 17:29:48 +05:30
committed by GitHub
parent c5ded6da3c
commit 9524a83ec3
5 changed files with 41 additions and 36 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">
<div className="flex items-center justify-between w-full ml-2">
{isRenaming ? (
<input
ref={inputRef}