Skip to content

Commit 8204442

Browse files
committed
fix: missing #
1 parent 5d9ee9b commit 8204442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/browser/BrowserTabs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const BrowserTabs = (
4949
background: 'white',
5050
borderRadius: '5px 5px 0px 0px',
5151
'&.Mui-selected': {
52-
backgroundColor: ` ${isDarkMode ? "121111ff" : "#f5f5f5"}`,
52+
backgroundColor: ` ${isDarkMode ? "#121111ff" : "#f5f5f5"}`,
5353
color: '#ff00c3', // Slightly lighter text when selected
5454
},
5555
}}

0 commit comments

Comments
 (0)