From 030e40ba7faee1c0ef3bc90945ba4a10b00735cd Mon Sep 17 00:00:00 2001 From: Pouria Delfanazari Date: Thu, 25 Sep 2025 10:18:58 -0700 Subject: [PATCH] feat: primary border colour on active profile tab --- .../features/profile/components/profileTabs/TabItem.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/webapp/features/profile/components/profileTabs/TabItem.tsx b/src/webapp/features/profile/components/profileTabs/TabItem.tsx index 7abb1b4a..c0633d75 100644 --- a/src/webapp/features/profile/components/profileTabs/TabItem.tsx +++ b/src/webapp/features/profile/components/profileTabs/TabItem.tsx @@ -11,12 +11,7 @@ interface Props { export default function TabItem(props: Props) { return ( - + {props.children} -- 2.51.2