feat: set tab bg white

This commit is contained in:
karishmas6
2024-10-19 01:05:54 +05:30
parent 591913daa7
commit a253da6ada

View File

@@ -46,6 +46,7 @@ export const BrowserTabs = (
<Tab
key={`tab-${index}`}
id={`tab-${index}`}
sx={{ background: 'white'}}
icon={<CloseButton closeTab={() => {
tabWasClosed = true;
handleCloseTab(index);