We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d9ee9b commit 8204442Copy full SHA for 8204442
src/components/browser/BrowserTabs.tsx
@@ -49,7 +49,7 @@ export const BrowserTabs = (
49
background: 'white',
50
borderRadius: '5px 5px 0px 0px',
51
'&.Mui-selected': {
52
- backgroundColor: ` ${isDarkMode ? "121111ff" : "#f5f5f5"}`,
+ backgroundColor: ` ${isDarkMode ? "#121111ff" : "#f5f5f5"}`,
53
color: '#ff00c3', // Slightly lighter text when selected
54
},
55
}}
0 commit comments