feat: change bg browser tabs dm

This commit is contained in:
amhsirak
2025-10-13 17:46:18 +05:30
parent 180e5718e9
commit db6e7d62cf

View File

@@ -49,7 +49,7 @@ export const BrowserTabs = (
background: 'white',
borderRadius: '5px 5px 0px 0px',
'&.Mui-selected': {
backgroundColor: ` ${isDarkMode ? "#2a2a2a" : "#f5f5f5"}`,
backgroundColor: ` ${isDarkMode ? "121111ff" : "#f5f5f5"}`,
color: '#ff00c3', // Slightly lighter text when selected
},
}}