From c9092c2c18df7c14bd3d246cb38a7c2c63b567bf Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Fri, 7 Feb 2025 01:32:56 +0530 Subject: [PATCH] chore: app sidebar section header improvement --- .../components/workspace/sidebar/favorites/favorites-menu.tsx | 2 +- web/core/components/workspace/sidebar/projects-list.tsx | 2 +- web/core/components/workspace/sidebar/workspace-menu-header.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/core/components/workspace/sidebar/favorites/favorites-menu.tsx b/web/core/components/workspace/sidebar/favorites/favorites-menu.tsx index 69d8ec0b474..6b1be6490b0 100644 --- a/web/core/components/workspace/sidebar/favorites/favorites-menu.tsx +++ b/web/core/components/workspace/sidebar/favorites/favorites-menu.tsx @@ -193,7 +193,7 @@ export const SidebarFavoritesMenu = observer(() => { ref={elementRef} as="button" className={cn( - "sticky top-0 bg-custom-sidebar-background-100 z-10 group/workspace-button w-full px-2 py-1.5 flex items-center justify-between gap-1 text-custom-sidebar-text-400 hover:bg-custom-sidebar-background-90 rounded text-xs font-semibold", + "sticky top-0 bg-custom-sidebar-background-100 z-10 group/workspace-button w-full px-2 py-1.5 flex items-center justify-between gap-1 text-custom-sidebar-text-400 hover:bg-custom-sidebar-background-90 rounded text-sm font-semibold", { "bg-custom-sidebar-background-80 opacity-60": isDragging, } diff --git a/web/core/components/workspace/sidebar/projects-list.tsx b/web/core/components/workspace/sidebar/projects-list.tsx index 6d78383d6c4..2014062c4d4 100644 --- a/web/core/components/workspace/sidebar/projects-list.tsx +++ b/web/core/components/workspace/sidebar/projects-list.tsx @@ -182,7 +182,7 @@ export const SidebarProjectsList: FC = observer(() => { {isCollapsed ? ( ) : ( - {t("projects")} + {t("projects")} )} diff --git a/web/core/components/workspace/sidebar/workspace-menu-header.tsx b/web/core/components/workspace/sidebar/workspace-menu-header.tsx index 5c48c03ca4b..3367a2b347c 100644 --- a/web/core/components/workspace/sidebar/workspace-menu-header.tsx +++ b/web/core/components/workspace/sidebar/workspace-menu-header.tsx @@ -51,7 +51,7 @@ export const SidebarWorkspaceMenuHeader: FC = o > toggleWorkspaceMenu(!isWorkspaceMenuOpen)} > {t("workspace")}