mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-22 03:04:03 +00:00
feat: prevent text selection in table header cells for better UX
This commit is contained in:
@@ -154,6 +154,7 @@ export const AppThemeProvider = ({ children }) => {
|
||||
head: {
|
||||
fontWeight: 600,
|
||||
color: darkMode ? '#e0e0e0' : '#424242',
|
||||
userSelect: 'none',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user