[change] Button text style to match Android

This commit is contained in:
Nicolas Gallagher
2017-09-11 15:49:52 -07:00
parent 87ead7f64e
commit 641c8c47e0
+3 -2
View File
@@ -55,10 +55,11 @@ const styles = StyleSheet.create({
borderRadius: 2
},
text: {
textAlign: 'center',
color: '#fff',
fontWeight: '500',
padding: 8,
fontWeight: '500'
textAlign: 'center',
textTransform: 'uppercase'
},
buttonDisabled: {
backgroundColor: '#dfdfdf'