diff --git a/frontend/src/context/ThemeContext.jsx b/frontend/src/context/ThemeContext.jsx index 956067eb7..5c5cf033a 100644 --- a/frontend/src/context/ThemeContext.jsx +++ b/frontend/src/context/ThemeContext.jsx @@ -154,6 +154,7 @@ export const AppThemeProvider = ({ children }) => { head: { fontWeight: 600, color: darkMode ? '#e0e0e0' : '#424242', + userSelect: 'none', }, }, },