style: sidebar projects design (#1736)

* chore: disclosure menu for sidebar projects

* fix: projects list spacing

* style: new design
This commit is contained in:
Aaryan Khandelwal 2023-08-01 12:24:34 +05:30 committed by GitHub
parent df8504e6f7
commit cb4d294608
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 187 additions and 91 deletions

View file

@ -47,7 +47,7 @@ export const WorkspaceSidebarMenu = () => {
const { collapsed: sidebarCollapse } = useTheme();
return (
<div className="w-full cursor-pointer space-y-2 px-4 mt-5">
<div className="w-full cursor-pointer space-y-2 px-4 mt-5 pb-5">
{workspaceLinks(workspaceSlug as string).map((link, index) => {
const isActive =
link.name === "Settings"