user-select: none for toolbar

This commit is contained in:
Jamie Wong 2018-01-06 19:38:53 -05:00
parent 2188025165
commit 0f776cfb10

View File

@ -127,7 +127,8 @@ const style = StyleSheet.create({
textAlign: 'center',
fontFamily: FontFamily.MONOSPACE,
fontSize: FontSize.TITLE,
lineHeight: '18px'
lineHeight: '18px',
userSelect: 'none'
}
})