feat: bg color change

This commit is contained in:
karishmas6
2024-10-19 00:57:28 +05:30
parent 00fe916119
commit 591913daa7
3 changed files with 3 additions and 3 deletions

View File

@@ -117,7 +117,7 @@ export const BrowserContent = () => {
}, [])
return (
<div style={{ background: 'red' }}>
<div style={{ background: '#101828' }}>
<BrowserTabs
tabs={tabs}
handleTabChange={handleTabChange}