From 5a31b81640c3a3173b0a51a2108a4ac6deb8c718 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 05:49:49 +0530 Subject: [PATCH] feat: remove circular tabs --- src/components/molecules/BrowserTabs.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/molecules/BrowserTabs.tsx b/src/components/molecules/BrowserTabs.tsx index 19efd9ac..3974c503 100644 --- a/src/components/molecules/BrowserTabs.tsx +++ b/src/components/molecules/BrowserTabs.tsx @@ -48,9 +48,6 @@ export const BrowserTabs = ( id={`tab-${index}`} sx={{ background: 'white', - borderTopLeftRadius: index === 0 ? '20px' : 0, // For the first tab - borderTopRightRadius: index === tabs.length - 1 ? '20px' : 0, // For the last tab - transition: 'border-radius 0.2s ease', }} icon={ { tabWasClosed = true;