feat: remove circular tabs

This commit is contained in:
karishmas6
2024-10-19 05:49:49 +05:30
parent 437f7a2f87
commit 5a31b81640

View File

@@ -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={<CloseButton closeTab={() => {
tabWasClosed = true;