feat: set tab bg white
This commit is contained in:
@@ -46,6 +46,7 @@ export const BrowserTabs = (
|
||||
<Tab
|
||||
key={`tab-${index}`}
|
||||
id={`tab-${index}`}
|
||||
sx={{ background: 'white'}}
|
||||
icon={<CloseButton closeTab={() => {
|
||||
tabWasClosed = true;
|
||||
handleCloseTab(index);
|
||||
|
||||
Reference in New Issue
Block a user