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;