From 29c986f19e6f119b8e381715a68013ee198cd3ea Mon Sep 17 00:00:00 2001 From: kdxcxs Date: Mon, 30 Nov 2020 19:04:22 +0800 Subject: [PATCH] feat: change the style of login button --- src/ui/YooLoginUI.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/YooLoginUI.js b/src/ui/YooLoginUI.js index 05d0199..29eb9c9 100644 --- a/src/ui/YooLoginUI.js +++ b/src/ui/YooLoginUI.js @@ -35,11 +35,11 @@ const styles = StyleSheet.create({ backgroundColor: '#1c90ce', width: 100, height: 50, - borderRadius: 8, + borderRadius: 100, }, buttonText: { fontWeight: 'bold', - color: '#4d4c4d', + color: 'mintcream', fontSize: 26, }, });