updated create note form

This commit is contained in:
Ren Amamiya
2023-03-16 10:06:12 +07:00
parent e5bd58eca8
commit 123d22d5cf
8 changed files with 152 additions and 28 deletions

View File

@@ -15,7 +15,7 @@ export default function AppHeader() {
return (
<div data-tauri-drag-region className="flex h-full w-full items-center">
<div className="relative w-[68px] shrink-0">{/* macos traffic lights */}</div>
<div className="px-2.5">
<div className="px-2">
<div className="flex h-full gap-2">
<button onClick={() => goBack()} className="group rounded-md p-1 hover:bg-zinc-900">
<ArrowLeftIcon className="h-5 w-5 text-zinc-500 group-hover:text-zinc-300" />