fix: missing #
This commit is contained in:
@@ -49,7 +49,7 @@ export const BrowserTabs = (
|
||||
background: 'white',
|
||||
borderRadius: '5px 5px 0px 0px',
|
||||
'&.Mui-selected': {
|
||||
backgroundColor: ` ${isDarkMode ? "121111ff" : "#f5f5f5"}`,
|
||||
backgroundColor: ` ${isDarkMode ? "#121111ff" : "#f5f5f5"}`,
|
||||
color: '#ff00c3', // Slightly lighter text when selected
|
||||
},
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user