From e9317cbbfac774f0cb8bd88276703e14fae7e5b7 Mon Sep 17 00:00:00 2001 From: fatsheep1919 Date: Sun, 7 Jun 2020 15:21:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E6=B3=A8=E6=8C=89=E9=92=AE=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E8=B0=83=E6=95=B4=E5=AD=97=E5=8F=B7=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/userIntro.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/component/userIntro.js b/src/component/userIntro.js index e7bcb48..4da1566 100644 --- a/src/component/userIntro.js +++ b/src/component/userIntro.js @@ -110,6 +110,7 @@ export default class UserIntro extends Component { color={Color.primary} borderRadius={5} buttonStyle={localStyle.followButton} + fontSize={14} onPress={this._onAddFollow.bind(this)} /> : ( @@ -119,6 +120,7 @@ export default class UserIntro extends Component { color={Color.primary} borderRadius={5} buttonStyle={localStyle.followButton} + fontSize={14} onPress={this._onDeleteFollow.bind(this)} /> : null @@ -148,7 +150,7 @@ const localStyle = StyleSheet.create({ backgroundColor: 'white' }, userIcon: { - height: 230, + marginTop: 20, backgroundColor: 'white', alignItems: 'center', justifyContent: 'center'