From 641c8c47e0f115c8b4a655a1ad0b093af23b7f97 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Mon, 11 Sep 2017 15:49:52 -0700 Subject: [PATCH] [change] Button text style to match Android --- src/components/Button/index.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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'