Skip to content

Commit

Permalink
Fix: Make texts in Chip and ListItem selectable (#1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrishabh authored and helfi92 committed Sep 3, 2019
1 parent 77cb6e1 commit 9708ad3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ui/src/theme.js
Expand Up @@ -329,6 +329,19 @@ const createTheme = isDarkTheme => {
},
},
},
MuiListItem: {
root: {
userSelect: 'text',
},
},
MuiChip: {
label: {
userSelect: 'text',
},
root: {
userSelect: 'text',
},
},
MuiPickersCalendarHeader: {
iconButton: {
backgroundColor: 'transparent',
Expand Down

0 comments on commit 9708ad3

Please sign in to comment.