chore: remove comments
This commit is contained in:
@@ -36,7 +36,7 @@ export const BrowserTabs = (
|
|||||||
overflow: 'auto',
|
overflow: 'auto',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
}}>
|
}}>
|
||||||
<Box sx={{ borderBottom: 1, borderColor: 'divider' }}> {/* Synced border color */}
|
<Box sx={{ borderBottom: 1, borderColor: 'divider' }}>
|
||||||
<Tabs
|
<Tabs
|
||||||
value={tabIndex}
|
value={tabIndex}
|
||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
@@ -50,7 +50,7 @@ export const BrowserTabs = (
|
|||||||
background: 'white',
|
background: 'white',
|
||||||
borderRadius: '5px 5px 0px 0px',
|
borderRadius: '5px 5px 0px 0px',
|
||||||
'&.Mui-selected': {
|
'&.Mui-selected': {
|
||||||
backgroundColor: ` ${isDarkMode ? "#2a2a2a" : "#f5f5f5"}`, // Synced selected tab color
|
backgroundColor: ` ${isDarkMode ? "#2a2a2a" : "#f5f5f5"}`,
|
||||||
color: '#ff00c3', // Slightly lighter text when selected
|
color: '#ff00c3', // Slightly lighter text when selected
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user