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