user-select: none for toolbar

This commit is contained in:
Jamie Wong
2018-01-07 08:36:11 -08:00
parent 2188025165
commit 0f776cfb10
+2 -1
View File
@@ -127,7 +127,8 @@ const style = StyleSheet.create({
textAlign: 'center',
fontFamily: FontFamily.MONOSPACE,
fontSize: FontSize.TITLE,
lineHeight: '18px'
lineHeight: '18px',
userSelect: 'none'
}
})