feat: enhance sidebar header styling for improved visibility

- Updated SidebarHeader to include additional classes for text size, font weight, and alignment.
This commit is contained in:
typist
2025-10-28 00:48:16 +08:00
parent df25315367
commit af92828d27

View File

@@ -4,7 +4,7 @@ import { Link } from "react-router-dom";
export const AppSidebar = () => (
<Sidebar>
<SidebarHeader>
<SidebarHeader className="text-2xl font-bold flex justify-center items-center">
Lite Kit
</SidebarHeader>
<SidebarContent>