No text selection for labels

This commit is contained in:
Lukas Martinelli 2016-12-17 20:21:24 +01:00
parent 4a8520c36d
commit 1d05ea000d

View file

@ -14,6 +14,7 @@ const label = {
...base, ...base,
width: '40%', width: '40%',
color: theme.colors.lowgray, color: theme.colors.lowgray,
userSelect: 'none',
} }
const property = { const property = {