pinkish buttons

This commit is contained in:
AmitChauhan63390
2024-11-24 19:36:07 +05:30
parent e9e9070fe2
commit 3cf0786389
2 changed files with 4 additions and 4 deletions

View File

@@ -140,7 +140,7 @@ export const BrowserContent = () => {
}, [handleUrlChanged]);
return (
<div id="browser" style={{ display: "flex", flexDirection: "column"}} >
<div id="browser" style={{ display: "flex", flexDirection: "column" }} >
<BrowserTabs
tabs={tabs}
handleTabChange={handleTabChange}