feat: prevent text selection in table header cells for better UX

This commit is contained in:
courtmanr@gmail.com
2025-03-04 10:14:32 +00:00
parent 0efa49fa53
commit cf39adbfc6
+1
View File
@@ -154,6 +154,7 @@ export const AppThemeProvider = ({ children }) => {
head: {
fontWeight: 600,
color: darkMode ? '#e0e0e0' : '#424242',
userSelect: 'none',
},
},
},