weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

commit 8024e93b4e08620bfef07506b63ff8cd4a74378f
parent 081ebc219cdb642147129d5a262f336504f368e5
Author: Johan Lindskogen <johan.lindskogen@gmail.com>
Date:   Mon,  2 Apr 2018 23:00:35 +0200

Set margin instead of padding

Diffstat:
Msrc/usecase/login/LoginForm.tsx | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/usecase/login/LoginForm.tsx b/src/usecase/login/LoginForm.tsx @@ -68,7 +68,7 @@ class LoginForm extends React.Component<Props, State> { return ( <SafeAreaView style={styles.container}> - <StatusBar barStyle="light-content" /> + <StatusBar barStyle="dark-content" /> <Text style={styles.header}> Connect to Weechat relay via websocket </Text> @@ -125,7 +125,7 @@ const styles = StyleSheet.create({ container: { backgroundColor: "#f8f8f8", flex: 1, - padding: 30 + margin: 20 }, header: { textAlign: "center",