add collapsible

This commit is contained in:
Jonathan Summers-Muir
2022-12-06 20:15:24 +08:00
parent 32073e5e69
commit f417388c6f
8 changed files with 194 additions and 42 deletions

View File

@@ -71,7 +71,7 @@ const NavigationMenuRefList = ({ currentLevel, setLevel, id }) => {
}
const Divider = () => {
return <div className="h-px w-full bg-green-500 my-3"></div>
return <div className="h-px w-full bg-blackA-300 dark:bg-whiteA-300 my-3"></div>
}
return (