diff --git a/src/components/Button/index.js b/src/components/Button/index.js index 798215b4..5da3bd14 100644 --- a/src/components/Button/index.js +++ b/src/components/Button/index.js @@ -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'