create test case list table

This commit is contained in:
Takeshi Kimata
2024-02-24 21:19:22 +09:00
parent c93262f89d
commit b09fef7b2c
6 changed files with 70 additions and 130 deletions

View File

@@ -8,7 +8,7 @@ export default function Sidebar() {
const { projectId } = useGetCurrentIds();
const router = useRouter();
return (
<div className="w-64 bg-white border-r-1">
<div className="w-64 border-r-1 dark:border-neutral-700">
<Menu aria-label="sidebar">
<MenuItem
startContent={<LayoutDashboard strokeWidth={1} size={28} />}