Note editor/Sidebar styling tweaks

This commit is contained in:
2026-01-23 11:17:46 +00:00
parent 77d3e09379
commit b5a84c076d
4 changed files with 9 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import { Check, Plus, Sun, Moon } from "lucide-react"
import { Sidebar, SidebarContent, SidebarHeader, SidebarFooter, SidebarTrigger } from "@/components/ui/sidebar"
import { Sidebar, SidebarContent, SidebarHeader, SidebarFooter } from "@/components/ui/sidebar"
import { Button } from "@/components/ui/button"
import { ScrollArea } from "@/components/ui/scroll-area"
import { Input } from "@/components/ui/input"