feat: set top left and top right border radius

This commit is contained in:
karishmas6
2024-10-23 07:41:19 +05:30
parent e20c33ba27
commit c0d6c82f3d

View File

@@ -48,6 +48,7 @@ export const BrowserTabs = (
id={`tab-${index}`}
sx={{
background: 'white',
borderRadius: '5px 5px 0px 0px'
}}
icon={<CloseButton closeTab={() => {
tabWasClosed = true;