From e5ca7c1cc6c68f8fe6c52cf3f824a72a2bcaf7f6 Mon Sep 17 00:00:00 2001 From: shatfield4 Date: Mon, 7 Apr 2025 16:02:41 -0700 Subject: [PATCH] fix bottom border on workspace settings tab switcher --- frontend/src/pages/WorkspaceSettings/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/WorkspaceSettings/index.jsx b/frontend/src/pages/WorkspaceSettings/index.jsx index c4ea012577c..bf250286aec 100644 --- a/frontend/src/pages/WorkspaceSettings/index.jsx +++ b/frontend/src/pages/WorkspaceSettings/index.jsx @@ -82,7 +82,7 @@ function ShowWorkspaceChat() { style={{ height: isMobile ? "100%" : "calc(100% - 32px)" }} className="transition-all duration-500 relative md:ml-[2px] md:mr-[16px] md:my-[16px] md:rounded-[16px] bg-theme-bg-secondary w-full h-full overflow-y-scroll" > -
+